Shades of Bahia #A6CA12
Tints of Bahia #A6CA12
RGB
CMYK
RGB Variations
Color information
#A6CA12 (or 0xA6CA12) is known color: Bahia. HEX triplet: A6, CA and 12. RGB value is (166,202,18). Sum of RGB (Red+Green+Blue) = 166+202+18=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CA12 is #5935ED. Grayscale: #AAAAAA. Windows color (decimal): -5846510 or 1231526. OLE color: 1231526.
HSL color Cylindrical-coordinate representation of color #A6CA12: hue angle of 71.74º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A6CA12 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 18 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.21 |
| HSL | 71.74º | 0.84% | 0.43% | - |
| HSV(B) | 71.74º | 0.91% | 0.79% | - |
| XYZ | 36.96 | 50.39 | 8.35 | - |
| YUV | 170.26 | 42.07 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 18 | 0.18 | 0 | 0.91 | 0.21 | 71.74 | 0.84 | 0.43 |
| Hex | A6 | CA | 12 | 12 | 0 | 5B | 15 | 48 | 54 | 2B |
| Octal | 246 | 312 | 22 | 22 | 0 | 133 | 25 | 110 | 124 | 53 |
| Binary | 10100110 | 11001010 | 10010 | 10010 | 0 | 1011011 | 10101 | 1001000 | 1010100 | 101011 |
Color Harmonies of #A6CA12
Complementary color
Monochromatic Colors of #A6CA12
Black with #A6CA12
Text Example
Text Example
White with #A6CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA12; }
p { color: rgb(166,202,18); }
H1.HeaderClassName
{
color: #A6CA12;
}
.AnyTagClassName
{
color: #A6CA12;
}
</style>
background-color css
<style>
a { background-color: #A6CA12; }
a { background-color: rgb(166,202,18); }
div.DivClassName
{
background-color: #A6CA12;
}
.BgClassName
{
background-color: #A6CA12;
}
</style>
border-color css
<style>
span { border-color: #A6CA12; }
span { border-color: rgb(166,202,18); }
td.TdClassName
{
border-color: #A6CA12;
}
.TagClassName
{
border-color: #A6CA12;
}
</style>