#A9B824

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

Shades of Bahia #A9B824

Tints of Bahia #A9B824

Color information

#A9B824 (or 0xA9B824) is unknown color: approx Bahia. HEX triplet: A9, B8 and 24. RGB value is (169,184,36). Sum of RGB (Red+Green+Blue) = 169+184+36=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 184 (72.27% from 255 or 47.30% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 184 - color contains mainly: green. Hex color #A9B824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9B824 is #5647DB. Grayscale: #A3A3A3. Windows color (decimal): -5654492 or 2406569. OLE color: 2406569.

HSL color Cylindrical-coordinate representation of color #A9B824: hue angle of 66.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9B824 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB16918436-
CMYK0.0800.800.28
HSL66.08º67.27%43.14%-
HSV(B)66.08º80.43%72.16%-
XYZ33.8242.848.16-
YUV162.6456.53132.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 184 (72.27% from 255) = 47.30%
BLUE value IS 36 (14.45% from 255) = 9.25%
R=43.44%
G=47.30%
B=9.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169184360.0800.800.2866.0867.2743.14
HexA9B82480501C42432b
Octal251270441001203410210353
Binary10101001101110001001001000010100001110010000101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B824; }

 p { color: rgb(169,184,36); }

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

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

 a { background-color: rgb(169,184,36); }

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

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

 span { border-color: rgb(169,184,36); }

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