Shades of Bahia #A9B416
Tints of Bahia #A9B416
RGB
CMYK
RGB Variations
Color information
#A9B416 (or 0xA9B416) is known color: Bahia. HEX triplet: A9, B4 and 16. RGB value is (169,180,22). Sum of RGB (Red+Green+Blue) = 169+180+22=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9B416 is #564BE9. Grayscale: #9F9F9F. Windows color (decimal): -5655530 or 1488041. OLE color: 1488041.
HSL color Cylindrical-coordinate representation of color #A9B416: hue angle of 64.18º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9B416 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 180 | 22 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.29 |
| HSL | 64.18º | 0.78% | 0.4% | - |
| HSV(B) | 64.18º | 0.88% | 0.71% | - |
| XYZ | 32.83 | 41.14 | 6.97 | - |
| YUV | 158.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 22 | 0.06 | 0 | 0.88 | 0.29 | 64.18 | 0.78 | 0.4 |
| Hex | A9 | B4 | 16 | 6 | 0 | 58 | 1D | 40 | 4E | 28 |
| Octal | 251 | 264 | 26 | 6 | 0 | 130 | 35 | 100 | 116 | 50 |
| Binary | 10101001 | 10110100 | 10110 | 110 | 0 | 1011000 | 11101 | 1000000 | 1001110 | 101000 |
Color Harmonies of #A9B416
Complementary color
Monochromatic Colors of #A9B416
Black with #A9B416
Text Example
Text Example
White with #A9B416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B416; }
p { color: rgb(169,180,22); }
H1.HeaderClassName
{
color: #A9B416;
}
.AnyTagClassName
{
color: #A9B416;
}
</style>
background-color css
<style>
a { background-color: #A9B416; }
a { background-color: rgb(169,180,22); }
div.DivClassName
{
background-color: #A9B416;
}
.BgClassName
{
background-color: #A9B416;
}
</style>
border-color css
<style>
span { border-color: #A9B416; }
span { border-color: rgb(169,180,22); }
td.TdClassName
{
border-color: #A9B416;
}
.TagClassName
{
border-color: #A9B416;
}
</style>