Shades of Bahia #A6C428
Tints of Bahia #A6C428
RGB
CMYK
RGB Variations
Color information
#A6C428 (or 0xA6C428) is known color: Bahia. HEX triplet: A6, C4 and 28. RGB value is (166,196,40). Sum of RGB (Red+Green+Blue) = 166+196+40=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C428 is #593BD7. Grayscale: #A9A9A9. Windows color (decimal): -5848024 or 2671782. OLE color: 2671782.
HSL color Cylindrical-coordinate representation of color #A6C428: hue angle of 71.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C428 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 196 | 40 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.23 |
| HSL | 71.54º | 0.66% | 0.46% | - |
| HSV(B) | 71.54º | 0.8% | 0.77% | - |
| XYZ | 35.85 | 47.74 | 9.33 | - |
| YUV | 169.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 196 | 40 | 0.15 | 0 | 0.80 | 0.23 | 71.54 | 0.66 | 0.46 |
| Hex | A6 | C4 | 28 | F | 0 | 50 | 17 | 48 | 42 | 2E |
| Octal | 246 | 304 | 50 | 17 | 0 | 120 | 27 | 110 | 102 | 56 |
| Binary | 10100110 | 11000100 | 101000 | 1111 | 0 | 1010000 | 10111 | 1001000 | 1000010 | 101110 |
Color Harmonies of #A6C428
Complementary color
Monochromatic Colors of #A6C428
Black with #A6C428
Text Example
Text Example
White with #A6C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C428; }
p { color: rgb(166,196,40); }
H1.HeaderClassName
{
color: #A6C428;
}
.AnyTagClassName
{
color: #A6C428;
}
</style>
background-color css
<style>
a { background-color: #A6C428; }
a { background-color: rgb(166,196,40); }
div.DivClassName
{
background-color: #A6C428;
}
.BgClassName
{
background-color: #A6C428;
}
</style>
border-color css
<style>
span { border-color: #A6C428; }
span { border-color: rgb(166,196,40); }
td.TdClassName
{
border-color: #A6C428;
}
.TagClassName
{
border-color: #A6C428;
}
</style>