#A9B517

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

Shades of Bahia #A9B517

Tints of Bahia #A9B517

Color information

#A9B517 (or 0xA9B517) is unknown color: approx Bahia. HEX triplet: A9, B5 and 17. RGB value is (169,181,23). Sum of RGB (Red+Green+Blue) = 169+181+23=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 181 (71.09% from 255 or 48.53% from 373); Blue value is 23 (9.38% from 255 or 6.17% from 373); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B517 is #564AE8. Grayscale: #A0A0A0. Windows color (decimal): -5655273 or 1553833. OLE color: 1553833.

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

Color convert

RGB16918123-
CMYK0.0700.870.29
HSL64.56º77.45%40%-
HSV(B)64.56º87.29%70.98%-
XYZ33.0441.547.09-
YUV159.451.02134.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 181 (71.09% from 255) = 48.53%
BLUE value IS 23 (9.38% from 255) = 6.17%
R=45.31%
G=48.53%
B=6.17%

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
Decimal169181230.0700.870.2964.5677.4540
HexA9B51770571D414d28
Octal25126527701273510111550
Binary101010011011010110111111010101111110110000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B517; }

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

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

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

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

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

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

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

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