Shades of Bahia #A8B916
Tints of Bahia #A8B916
RGB
CMYK
RGB Variations
Color information
#A8B916 (or 0xA8B916) is known color: Bahia. HEX triplet: A8, B9 and 16. RGB value is (168,185,22). Sum of RGB (Red+Green+Blue) = 168+185+22=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B916 is #5746E9. Grayscale: #A1A1A1. Windows color (decimal): -5719786 or 1489320. OLE color: 1489320.
HSL color Cylindrical-coordinate representation of color #A8B916: hue angle of 66.26º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8B916 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 22 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.27 |
| HSL | 66.26º | 0.79% | 0.41% | - |
| HSV(B) | 66.26º | 0.88% | 0.73% | - |
| XYZ | 33.64 | 43.08 | 7.3 | - |
| YUV | 161.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 22 | 0.09 | 0 | 0.88 | 0.27 | 66.26 | 0.79 | 0.41 |
| Hex | A8 | B9 | 16 | 9 | 0 | 58 | 1B | 42 | 4F | 29 |
| Octal | 250 | 271 | 26 | 11 | 0 | 130 | 33 | 102 | 117 | 51 |
| Binary | 10101000 | 10111001 | 10110 | 1001 | 0 | 1011000 | 11011 | 1000010 | 1001111 | 101001 |
Color Harmonies of #A8B916
Complementary color
Monochromatic Colors of #A8B916
Black with #A8B916
Text Example
Text Example
White with #A8B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B916; }
p { color: rgb(168,185,22); }
H1.HeaderClassName
{
color: #A8B916;
}
.AnyTagClassName
{
color: #A8B916;
}
</style>
background-color css
<style>
a { background-color: #A8B916; }
a { background-color: rgb(168,185,22); }
div.DivClassName
{
background-color: #A8B916;
}
.BgClassName
{
background-color: #A8B916;
}
</style>
border-color css
<style>
span { border-color: #A8B916; }
span { border-color: rgb(168,185,22); }
td.TdClassName
{
border-color: #A8B916;
}
.TagClassName
{
border-color: #A8B916;
}
</style>