Shades of Bahia #A9CB24
Tints of Bahia #A9CB24
RGB
CMYK
RGB Variations
Color information
#A9CB24 (or 0xA9CB24) is known color: Bahia. HEX triplet: A9, CB and 24. RGB value is (169,203,36). Sum of RGB (Red+Green+Blue) = 169+203+36=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 203 (79.69% from 255 or 49.75% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CB24 is #5634DB. Grayscale: #AEAEAE. Windows color (decimal): -5649628 or 2411433. OLE color: 2411433.
HSL color Cylindrical-coordinate representation of color #A9CB24: hue angle of 72.22º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9CB24 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 36 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.20 |
| HSL | 72.22º | 0.7% | 0.47% | - |
| HSV(B) | 72.22º | 0.82% | 0.8% | - |
| XYZ | 38.04 | 51.27 | 9.56 | - |
| YUV | 173.8 | 50.24 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 36 | 0.17 | 0 | 0.82 | 0.20 | 72.22 | 0.7 | 0.47 |
| Hex | A9 | CB | 24 | 11 | 0 | 52 | 14 | 48 | 46 | 2F |
| Octal | 251 | 313 | 44 | 21 | 0 | 122 | 24 | 110 | 106 | 57 |
| Binary | 10101001 | 11001011 | 100100 | 10001 | 0 | 1010010 | 10100 | 1001000 | 1000110 | 101111 |
Color Harmonies of #A9CB24
Complementary color
Monochromatic Colors of #A9CB24
Black with #A9CB24
Text Example
Text Example
White with #A9CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB24; }
p { color: rgb(169,203,36); }
H1.HeaderClassName
{
color: #A9CB24;
}
.AnyTagClassName
{
color: #A9CB24;
}
</style>
background-color css
<style>
a { background-color: #A9CB24; }
a { background-color: rgb(169,203,36); }
div.DivClassName
{
background-color: #A9CB24;
}
.BgClassName
{
background-color: #A9CB24;
}
</style>
border-color css
<style>
span { border-color: #A9CB24; }
span { border-color: rgb(169,203,36); }
td.TdClassName
{
border-color: #A9CB24;
}
.TagClassName
{
border-color: #A9CB24;
}
</style>