Shades of Bahia #A6CA28
Tints of Bahia #A6CA28
RGB
CMYK
RGB Variations
Color information
#A6CA28 (or 0xA6CA28) is known color: Bahia. HEX triplet: A6, CA and 28. RGB value is (166,202,40). Sum of RGB (Red+Green+Blue) = 166+202+40=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA28 is #5935D7. Grayscale: #ADADAD. Windows color (decimal): -5846488 or 2673318. OLE color: 2673318.
HSL color Cylindrical-coordinate representation of color #A6CA28: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6CA28 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 40 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.21 |
| HSL | 73.33º | 0.67% | 0.47% | - |
| HSV(B) | 73.33º | 0.8% | 0.79% | - |
| XYZ | 37.23 | 50.5 | 9.79 | - |
| YUV | 172.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 40 | 0.18 | 0 | 0.80 | 0.21 | 73.33 | 0.67 | 0.47 |
| Hex | A6 | CA | 28 | 12 | 0 | 50 | 15 | 49 | 43 | 2F |
| Octal | 246 | 312 | 50 | 22 | 0 | 120 | 25 | 111 | 103 | 57 |
| Binary | 10100110 | 11001010 | 101000 | 10010 | 0 | 1010000 | 10101 | 1001001 | 1000011 | 101111 |
Color Harmonies of #A6CA28
Complementary color
Monochromatic Colors of #A6CA28
Black with #A6CA28
Text Example
Text Example
White with #A6CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA28; }
p { color: rgb(166,202,40); }
H1.HeaderClassName
{
color: #A6CA28;
}
.AnyTagClassName
{
color: #A6CA28;
}
</style>
background-color css
<style>
a { background-color: #A6CA28; }
a { background-color: rgb(166,202,40); }
div.DivClassName
{
background-color: #A6CA28;
}
.BgClassName
{
background-color: #A6CA28;
}
</style>
border-color css
<style>
span { border-color: #A6CA28; }
span { border-color: rgb(166,202,40); }
td.TdClassName
{
border-color: #A6CA28;
}
.TagClassName
{
border-color: #A6CA28;
}
</style>