Shades of Bahia #A8B516
Tints of Bahia #A8B516
RGB
CMYK
RGB Variations
Color information
#A8B516 (or 0xA8B516) is known color: Bahia. HEX triplet: A8, B5 and 16. RGB value is (168,181,22). Sum of RGB (Red+Green+Blue) = 168+181+22=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B516 is #574AE9. Grayscale: #9F9F9F. Windows color (decimal): -5720810 or 1488296. OLE color: 1488296.
HSL color Cylindrical-coordinate representation of color #A8B516: hue angle of 64.91º 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 #A8B516 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 22 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.29 |
| HSL | 64.91º | 0.78% | 0.4% | - |
| HSV(B) | 64.91º | 0.88% | 0.71% | - |
| XYZ | 32.82 | 41.43 | 7.03 | - |
| YUV | 158.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 22 | 0.07 | 0 | 0.88 | 0.29 | 64.91 | 0.78 | 0.4 |
| Hex | A8 | B5 | 16 | 7 | 0 | 58 | 1D | 41 | 4E | 28 |
| Octal | 250 | 265 | 26 | 7 | 0 | 130 | 35 | 101 | 116 | 50 |
| Binary | 10101000 | 10110101 | 10110 | 111 | 0 | 1011000 | 11101 | 1000001 | 1001110 | 101000 |
Color Harmonies of #A8B516
Complementary color
Monochromatic Colors of #A8B516
Black with #A8B516
Text Example
Text Example
White with #A8B516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B516; }
p { color: rgb(168,181,22); }
H1.HeaderClassName
{
color: #A8B516;
}
.AnyTagClassName
{
color: #A8B516;
}
</style>
background-color css
<style>
a { background-color: #A8B516; }
a { background-color: rgb(168,181,22); }
div.DivClassName
{
background-color: #A8B516;
}
.BgClassName
{
background-color: #A8B516;
}
</style>
border-color css
<style>
span { border-color: #A8B516; }
span { border-color: rgb(168,181,22); }
td.TdClassName
{
border-color: #A8B516;
}
.TagClassName
{
border-color: #A8B516;
}
</style>