Shades of Bahia #A9C91C
Tints of Bahia #A9C91C
RGB
CMYK
RGB Variations
Color information
#A9C91C (or 0xA9C91C) is known color: Bahia. HEX triplet: A9, C9 and 1C. RGB value is (169,201,28). Sum of RGB (Red+Green+Blue) = 169+201+28=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C91C is #5636E3. Grayscale: #ACACAC. Windows color (decimal): -5650148 or 1886633. OLE color: 1886633.
HSL color Cylindrical-coordinate representation of color #A9C91C: hue angle of 71.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9C91C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.21 |
| HSL | 71.1º | 0.76% | 0.45% | - |
| HSV(B) | 71.1º | 0.86% | 0.79% | - |
| XYZ | 37.46 | 50.29 | 8.83 | - |
| YUV | 171.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 28 | 0.16 | 0 | 0.86 | 0.21 | 71.1 | 0.76 | 0.45 |
| Hex | A9 | C9 | 1C | 10 | 0 | 56 | 15 | 47 | 4C | 2D |
| Octal | 251 | 311 | 34 | 20 | 0 | 126 | 25 | 107 | 114 | 55 |
| Binary | 10101001 | 11001001 | 11100 | 10000 | 0 | 1010110 | 10101 | 1000111 | 1001100 | 101101 |
Color Harmonies of #A9C91C
Complementary color
Monochromatic Colors of #A9C91C
Black with #A9C91C
Text Example
Text Example
White with #A9C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C91C; }
p { color: rgb(169,201,28); }
H1.HeaderClassName
{
color: #A9C91C;
}
.AnyTagClassName
{
color: #A9C91C;
}
</style>
background-color css
<style>
a { background-color: #A9C91C; }
a { background-color: rgb(169,201,28); }
div.DivClassName
{
background-color: #A9C91C;
}
.BgClassName
{
background-color: #A9C91C;
}
</style>
border-color css
<style>
span { border-color: #A9C91C; }
span { border-color: rgb(169,201,28); }
td.TdClassName
{
border-color: #A9C91C;
}
.TagClassName
{
border-color: #A9C91C;
}
</style>