Shades of Bahia #A6B820
Tints of Bahia #A6B820
RGB
CMYK
RGB Variations
Color information
#A6B820 (or 0xA6B820) is known color: Bahia. HEX triplet: A6, B8 and 20. RGB value is (166,184,32). Sum of RGB (Red+Green+Blue) = 166+184+32=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B820 is #5947DF. Grayscale: #A1A1A1. Windows color (decimal): -5851104 or 2144422. OLE color: 2144422.
HSL color Cylindrical-coordinate representation of color #A6B820: hue angle of 67.11º 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 #A6B820 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 166 | 184 | 32 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.28 |
| HSL | 67.11º | 0.7% | 0.42% | - |
| HSV(B) | 67.11º | 0.83% | 0.72% | - |
| XYZ | 33.13 | 42.49 | 7.82 | - |
| YUV | 161.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 184 | 32 | 0.10 | 0 | 0.83 | 0.28 | 67.11 | 0.7 | 0.42 |
| Hex | A6 | B8 | 20 | A | 0 | 53 | 1C | 43 | 46 | 2A |
| Octal | 246 | 270 | 40 | 12 | 0 | 123 | 34 | 103 | 106 | 52 |
| Binary | 10100110 | 10111000 | 100000 | 1010 | 0 | 1010011 | 11100 | 1000011 | 1000110 | 101010 |
Color Harmonies of #A6B820
Complementary color
Monochromatic Colors of #A6B820
Black with #A6B820
Text Example
Text Example
White with #A6B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B820; }
p { color: rgb(166,184,32); }
H1.HeaderClassName
{
color: #A6B820;
}
.AnyTagClassName
{
color: #A6B820;
}
</style>
background-color css
<style>
a { background-color: #A6B820; }
a { background-color: rgb(166,184,32); }
div.DivClassName
{
background-color: #A6B820;
}
.BgClassName
{
background-color: #A6B820;
}
</style>
border-color css
<style>
span { border-color: #A6B820; }
span { border-color: rgb(166,184,32); }
td.TdClassName
{
border-color: #A6B820;
}
.TagClassName
{
border-color: #A6B820;
}
</style>