Shades of Bahia #A9C71C
Tints of Bahia #A9C71C
RGB
CMYK
RGB Variations
Color information
#A9C71C (or 0xA9C71C) is known color: Bahia. HEX triplet: A9, C7 and 1C. RGB value is (169,199,28). Sum of RGB (Red+Green+Blue) = 169+199+28=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C71C is #5638E3. Grayscale: #ABABAB. Windows color (decimal): -5650660 or 1886121. OLE color: 1886121.
HSL color Cylindrical-coordinate representation of color #A9C71C: hue angle of 70.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A9C71C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 199 | 28 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.22 |
| HSL | 70.53º | 0.75% | 0.45% | - |
| HSV(B) | 70.53º | 0.86% | 0.78% | - |
| XYZ | 37 | 49.37 | 8.68 | - |
| YUV | 170.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 28 | 0.15 | 0 | 0.86 | 0.22 | 70.53 | 0.75 | 0.45 |
| Hex | A9 | C7 | 1C | F | 0 | 56 | 16 | 47 | 4B | 2D |
| Octal | 251 | 307 | 34 | 17 | 0 | 126 | 26 | 107 | 113 | 55 |
| Binary | 10101001 | 11000111 | 11100 | 1111 | 0 | 1010110 | 10110 | 1000111 | 1001011 | 101101 |
Color Harmonies of #A9C71C
Complementary color
Monochromatic Colors of #A9C71C
Black with #A9C71C
Text Example
Text Example
White with #A9C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C71C; }
p { color: rgb(169,199,28); }
H1.HeaderClassName
{
color: #A9C71C;
}
.AnyTagClassName
{
color: #A9C71C;
}
</style>
background-color css
<style>
a { background-color: #A9C71C; }
a { background-color: rgb(169,199,28); }
div.DivClassName
{
background-color: #A9C71C;
}
.BgClassName
{
background-color: #A9C71C;
}
</style>
border-color css
<style>
span { border-color: #A9C71C; }
span { border-color: rgb(169,199,28); }
td.TdClassName
{
border-color: #A9C71C;
}
.TagClassName
{
border-color: #A9C71C;
}
</style>