Shades of Bahia #A8B820
Tints of Bahia #A8B820
RGB
CMYK
RGB Variations
Color information
#A8B820 (or 0xA8B820) is known color: Bahia. HEX triplet: A8, B8 and 20. RGB value is (168,184,32). Sum of RGB (Red+Green+Blue) = 168+184+32=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B820 is #5747DF. Grayscale: #A2A2A2. Windows color (decimal): -5720032 or 2144424. OLE color: 2144424.
HSL color Cylindrical-coordinate representation of color #A8B820: hue angle of 66.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8B820 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 32 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.28 |
| HSL | 66.32º | 0.7% | 0.42% | - |
| HSV(B) | 66.32º | 0.83% | 0.72% | - |
| XYZ | 33.55 | 42.71 | 7.84 | - |
| YUV | 161.89 | 54.7 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 32 | 0.09 | 0 | 0.83 | 0.28 | 66.32 | 0.7 | 0.42 |
| Hex | A8 | B8 | 20 | 9 | 0 | 53 | 1C | 42 | 46 | 2A |
| Octal | 250 | 270 | 40 | 11 | 0 | 123 | 34 | 102 | 106 | 52 |
| Binary | 10101000 | 10111000 | 100000 | 1001 | 0 | 1010011 | 11100 | 1000010 | 1000110 | 101010 |
Color Harmonies of #A8B820
Complementary color
Monochromatic Colors of #A8B820
Black with #A8B820
Text Example
Text Example
White with #A8B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B820; }
p { color: rgb(168,184,32); }
H1.HeaderClassName
{
color: #A8B820;
}
.AnyTagClassName
{
color: #A8B820;
}
</style>
background-color css
<style>
a { background-color: #A8B820; }
a { background-color: rgb(168,184,32); }
div.DivClassName
{
background-color: #A8B820;
}
.BgClassName
{
background-color: #A8B820;
}
</style>
border-color css
<style>
span { border-color: #A8B820; }
span { border-color: rgb(168,184,32); }
td.TdClassName
{
border-color: #A8B820;
}
.TagClassName
{
border-color: #A8B820;
}
</style>