Shades of Bahia #A9CB14
Tints of Bahia #A9CB14
RGB
CMYK
RGB Variations
Color information
#A9CB14 (or 0xA9CB14) is known color: Bahia. HEX triplet: A9, CB and 14. RGB value is (169,203,20). Sum of RGB (Red+Green+Blue) = 169+203+20=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CB14 is #5634EB. Grayscale: #ACACAC. Windows color (decimal): -5649644 or 1362857. OLE color: 1362857.
HSL color Cylindrical-coordinate representation of color #A9CB14: hue angle of 71.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9CB14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.20 |
| HSL | 71.15º | 0.82% | 0.44% | - |
| HSV(B) | 71.15º | 0.9% | 0.8% | - |
| XYZ | 37.84 | 51.2 | 8.55 | - |
| YUV | 171.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 20 | 0.17 | 0 | 0.90 | 0.20 | 71.15 | 0.82 | 0.44 |
| Hex | A9 | CB | 14 | 11 | 0 | 5A | 14 | 47 | 52 | 2C |
| Octal | 251 | 313 | 24 | 21 | 0 | 132 | 24 | 107 | 122 | 54 |
| Binary | 10101001 | 11001011 | 10100 | 10001 | 0 | 1011010 | 10100 | 1000111 | 1010010 | 101100 |
Color Harmonies of #A9CB14
Complementary color
Monochromatic Colors of #A9CB14
Black with #A9CB14
Text Example
Text Example
White with #A9CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CB14; }
p { color: rgb(169,203,20); }
H1.HeaderClassName
{
color: #A9CB14;
}
.AnyTagClassName
{
color: #A9CB14;
}
</style>
background-color css
<style>
a { background-color: #A9CB14; }
a { background-color: rgb(169,203,20); }
div.DivClassName
{
background-color: #A9CB14;
}
.BgClassName
{
background-color: #A9CB14;
}
</style>
border-color css
<style>
span { border-color: #A9CB14; }
span { border-color: rgb(169,203,20); }
td.TdClassName
{
border-color: #A9CB14;
}
.TagClassName
{
border-color: #A9CB14;
}
</style>