Shades of Bahia #A6C024
Tints of Bahia #A6C024
RGB
CMYK
RGB Variations
Color information
#A6C024 (or 0xA6C024) is known color: Bahia. HEX triplet: A6, C0 and 24. RGB value is (166,192,36). Sum of RGB (Red+Green+Blue) = 166+192+36=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C024 is #593FDB. Grayscale: #A7A7A7. Windows color (decimal): -5849052 or 2408614. OLE color: 2408614.
HSL color Cylindrical-coordinate representation of color #A6C024: hue angle of 70º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6C024 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 192 | 36 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.25 |
| HSL | 70º | 0.68% | 0.45% | - |
| HSV(B) | 70º | 0.81% | 0.75% | - |
| XYZ | 34.89 | 45.93 | 8.7 | - |
| YUV | 166.44 | 54.39 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 192 | 36 | 0.14 | 0 | 0.81 | 0.25 | 70 | 0.68 | 0.45 |
| Hex | A6 | C0 | 24 | E | 0 | 51 | 19 | 46 | 44 | 2D |
| Octal | 246 | 300 | 44 | 16 | 0 | 121 | 31 | 106 | 104 | 55 |
| Binary | 10100110 | 11000000 | 100100 | 1110 | 0 | 1010001 | 11001 | 1000110 | 1000100 | 101101 |
Color Harmonies of #A6C024
Complementary color
Monochromatic Colors of #A6C024
Black with #A6C024
Text Example
Text Example
White with #A6C024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C024; }
p { color: rgb(166,192,36); }
H1.HeaderClassName
{
color: #A6C024;
}
.AnyTagClassName
{
color: #A6C024;
}
</style>
background-color css
<style>
a { background-color: #A6C024; }
a { background-color: rgb(166,192,36); }
div.DivClassName
{
background-color: #A6C024;
}
.BgClassName
{
background-color: #A6C024;
}
</style>
border-color css
<style>
span { border-color: #A6C024; }
span { border-color: rgb(166,192,36); }
td.TdClassName
{
border-color: #A6C024;
}
.TagClassName
{
border-color: #A6C024;
}
</style>