#A8B517

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

Shades of Bahia #A8B517

Tints of Bahia #A8B517

Color information

#A8B517 (or 0xA8B517) is unknown color: approx Bahia. HEX triplet: A8, B5 and 17. RGB value is (168,181,23). Sum of RGB (Red+Green+Blue) = 168+181+23=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B517 is #574AE8. Grayscale: #9F9F9F. Windows color (decimal): -5720809 or 1553832. OLE color: 1553832.

HSL color Cylindrical-coordinate representation of color #A8B517: hue angle of 64.94º 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 #A8B517 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB16818123-
CMYK0.0700.870.29
HSL64.94º77.45%40%-
HSV(B)64.94º87.29%70.98%-
XYZ32.8341.437.08-
YUV159.151.19134.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 181 (71.09% from 255) = 48.66%
BLUE value IS 23 (9.38% from 255) = 6.18%
R=45.16%
G=48.66%
B=6.18%

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
Decimal168181230.0700.870.2964.9477.4540
HexA8B51770571D414d28
Octal25026527701273510111550
Binary101010001011010110111111010101111110110000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B517; }

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

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

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

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

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

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

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

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