Shades of Bahia #A6C030
Tints of Bahia #A6C030
RGB
CMYK
RGB Variations
Color information
#A6C030 (or 0xA6C030) is known color: Bahia. HEX triplet: A6, C0 and 30. RGB value is (166,192,48). Sum of RGB (Red+Green+Blue) = 166+192+48=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C030 is #593FCF. Grayscale: #A8A8A8. Windows color (decimal): -5849040 or 3195046. OLE color: 3195046.
HSL color Cylindrical-coordinate representation of color #A6C030: hue angle of 70.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6C030 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 48 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.25 |
| HSL | 70.83º | 0.6% | 0.47% | - |
| HSV(B) | 70.83º | 0.75% | 0.75% | - |
| XYZ | 35.11 | 46.02 | 9.83 | - |
| YUV | 167.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 48 | 0.14 | 0 | 0.75 | 0.25 | 70.83 | 0.6 | 0.47 |
| Hex | A6 | C0 | 30 | E | 0 | 4B | 19 | 47 | 3C | 2F |
| Octal | 246 | 300 | 60 | 16 | 0 | 113 | 31 | 107 | 74 | 57 |
| Binary | 10100110 | 11000000 | 110000 | 1110 | 0 | 1001011 | 11001 | 1000111 | 111100 | 101111 |
Color Harmonies of #A6C030
Complementary color
Monochromatic Colors of #A6C030
Black with #A6C030
Text Example
Text Example
White with #A6C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C030; }
p { color: rgb(166,192,48); }
H1.HeaderClassName
{
color: #A6C030;
}
.AnyTagClassName
{
color: #A6C030;
}
</style>
background-color css
<style>
a { background-color: #A6C030; }
a { background-color: rgb(166,192,48); }
div.DivClassName
{
background-color: #A6C030;
}
.BgClassName
{
background-color: #A6C030;
}
</style>
border-color css
<style>
span { border-color: #A6C030; }
span { border-color: rgb(166,192,48); }
td.TdClassName
{
border-color: #A6C030;
}
.TagClassName
{
border-color: #A6C030;
}
</style>