Shades of Bahia #A6C828
Tints of Bahia #A6C828
RGB
CMYK
RGB Variations
Color information
#A6C828 (or 0xA6C828) is known color: Bahia. HEX triplet: A6, C8 and 28. RGB value is (166,200,40). Sum of RGB (Red+Green+Blue) = 166+200+40=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #A6C828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C828 is #5937D7. Grayscale: #ACACAC. Windows color (decimal): -5847000 or 2672806. OLE color: 2672806.
HSL color Cylindrical-coordinate representation of color #A6C828: hue angle of 72.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C828 is Cyan = 0.17, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 200 | 40 | - |
| CMYK | 0.17 | 0 | 0.8 | 0.22 |
| HSL | 72.75º | 0.67% | 0.47% | - |
| HSV(B) | 72.75º | 0.8% | 0.78% | - |
| XYZ | 36.76 | 49.57 | 9.64 | - |
| YUV | 171.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 40 | 0.17 | 0 | 0.8 | 0.22 | 72.75 | 0.67 | 0.47 |
| Hex | A6 | C8 | 28 | 11 | 0 | 50 | 16 | 49 | 43 | 2F |
| Octal | 246 | 310 | 50 | 21 | 0 | 120 | 26 | 111 | 103 | 57 |
| Binary | 10100110 | 11001000 | 101000 | 10001 | 0 | 1010000 | 10110 | 1001001 | 1000011 | 101111 |
Color Harmonies of #A6C828
Complementary color
Monochromatic Colors of #A6C828
Black with #A6C828
Text Example
Text Example
White with #A6C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C828; }
p { color: rgb(166,200,40); }
H1.HeaderClassName
{
color: #A6C828;
}
.AnyTagClassName
{
color: #A6C828;
}
</style>
background-color css
<style>
a { background-color: #A6C828; }
a { background-color: rgb(166,200,40); }
div.DivClassName
{
background-color: #A6C828;
}
.BgClassName
{
background-color: #A6C828;
}
</style>
border-color css
<style>
span { border-color: #A6C828; }
span { border-color: rgb(166,200,40); }
td.TdClassName
{
border-color: #A6C828;
}
.TagClassName
{
border-color: #A6C828;
}
</style>