Shades of Bahia #A6C02B
Tints of Bahia #A6C02B
RGB
CMYK
RGB Variations
Color information
#A6C02B (or 0xA6C02B) is known color: Bahia. HEX triplet: A6, C0 and 2B. RGB value is (166,192,43). Sum of RGB (Red+Green+Blue) = 166+192+43=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C02B is #593FD4. Grayscale: #A7A7A7. Windows color (decimal): -5849045 or 2867366. OLE color: 2867366.
HSL color Cylindrical-coordinate representation of color #A6C02B: hue angle of 70.47º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6C02B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 43 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.25 |
| HSL | 70.47º | 0.63% | 0.46% | - |
| HSV(B) | 70.47º | 0.78% | 0.75% | - |
| XYZ | 35.01 | 45.98 | 9.32 | - |
| YUV | 167.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 43 | 0.14 | 0 | 0.78 | 0.25 | 70.47 | 0.63 | 0.46 |
| Hex | A6 | C0 | 2B | E | 0 | 4E | 19 | 46 | 3F | 2E |
| Octal | 246 | 300 | 53 | 16 | 0 | 116 | 31 | 106 | 77 | 56 |
| Binary | 10100110 | 11000000 | 101011 | 1110 | 0 | 1001110 | 11001 | 1000110 | 111111 | 101110 |
Color Harmonies of #A6C02B
Complementary color
Monochromatic Colors of #A6C02B
Black with #A6C02B
Text Example
Text Example
White with #A6C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C02B; }
p { color: rgb(166,192,43); }
H1.HeaderClassName
{
color: #A6C02B;
}
.AnyTagClassName
{
color: #A6C02B;
}
</style>
background-color css
<style>
a { background-color: #A6C02B; }
a { background-color: rgb(166,192,43); }
div.DivClassName
{
background-color: #A6C02B;
}
.BgClassName
{
background-color: #A6C02B;
}
</style>
border-color css
<style>
span { border-color: #A6C02B; }
span { border-color: rgb(166,192,43); }
td.TdClassName
{
border-color: #A6C02B;
}
.TagClassName
{
border-color: #A6C02B;
}
</style>