Shades of Bahia #A8B616
Tints of Bahia #A8B616
RGB
CMYK
RGB Variations
Color information
#A8B616 (or 0xA8B616) is known color: Bahia. HEX triplet: A8, B6 and 16. RGB value is (168,182,22). Sum of RGB (Red+Green+Blue) = 168+182+22=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B616 is #5749E9. Grayscale: #A0A0A0. Windows color (decimal): -5720554 or 1488552. OLE color: 1488552.
HSL color Cylindrical-coordinate representation of color #A8B616: hue angle of 65.25º 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 #A8B616 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 22 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.29 |
| HSL | 65.25º | 0.78% | 0.4% | - |
| HSV(B) | 65.25º | 0.88% | 0.71% | - |
| XYZ | 33.02 | 41.84 | 7.09 | - |
| YUV | 159.57 | 50.36 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 22 | 0.08 | 0 | 0.88 | 0.29 | 65.25 | 0.78 | 0.4 |
| Hex | A8 | B6 | 16 | 8 | 0 | 58 | 1D | 41 | 4E | 28 |
| Octal | 250 | 266 | 26 | 10 | 0 | 130 | 35 | 101 | 116 | 50 |
| Binary | 10101000 | 10110110 | 10110 | 1000 | 0 | 1011000 | 11101 | 1000001 | 1001110 | 101000 |
Color Harmonies of #A8B616
Complementary color
Monochromatic Colors of #A8B616
Black with #A8B616
Text Example
Text Example
White with #A8B616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B616; }
p { color: rgb(168,182,22); }
H1.HeaderClassName
{
color: #A8B616;
}
.AnyTagClassName
{
color: #A8B616;
}
</style>
background-color css
<style>
a { background-color: #A8B616; }
a { background-color: rgb(168,182,22); }
div.DivClassName
{
background-color: #A8B616;
}
.BgClassName
{
background-color: #A8B616;
}
</style>
border-color css
<style>
span { border-color: #A8B616; }
span { border-color: rgb(168,182,22); }
td.TdClassName
{
border-color: #A8B616;
}
.TagClassName
{
border-color: #A8B616;
}
</style>