#a8b417

Color #A8B417 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A8B417

Tints of Bahia #A8B417

Color information

#A8B417 (or 0xA8B417) is unknown color: approx Bahia. HEX triplet: A8, B4 and 17. RGB value is (168,180,23). Sum of RGB (Red+Green+Blue) = 168+180+23=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B417 is #574BE8. Grayscale: #9F9F9F. Windows color (decimal): -5721065 or 1553576. OLE color: 1553576.

HSL color Cylindrical-coordinate representation of color #A8B417: hue angle of 64.59º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8B417 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB16818023-
CMYK0.0700.870.29
HSL64.59º77.34%39.8%-
HSV(B)64.59º87.22%70.59%-
XYZ32.6241.037.01-
YUV158.5151.52134.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 23 (9.38% from 255) = 6.20%
R=45.28%
G=48.52%
B=6.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168180230.0700.870.2964.5977.3439.8
HexA8B41770571D414d28
Octal25026427701273510111550
Binary101010001011010010111111010101111110110000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8b417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8b417; }

 p { color: rgb(168,180,23); }

 H1.HeaderClassName
 {
   color: #a8b417;
 }
 .AnyTagClassName
 {
   color: #a8b417;
 }
</style>
background-color css

<style>
 a { background-color: #a8b417; }

 a { background-color: rgb(168,180,23); }

 div.DivClassName
 {
   background-color: #a8b417;
 }
 .BgClassName
 {
   background-color: #a8b417;
 }
</style>
border-color css

<style>
 span { border-color: #a8b417; }

 span { border-color: rgb(168,180,23); }

 td.TdClassName
 {
   border-color: #a8b417;
 }
 .TagClassName
 {
   border-color: #a8b417;
 }
</style>