Shades of Bahia #A2CA13
Tints of Bahia #A2CA13
RGB
CMYK
RGB Variations
Color information
#A2CA13 (or 0xA2CA13) is known color: Bahia. HEX triplet: A2, CA and 13. RGB value is (162,202,19). Sum of RGB (Red+Green+Blue) = 162+202+19=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA13 is #5D35EC. Grayscale: #A9A9A9. Windows color (decimal): -6108653 or 1297058. OLE color: 1297058.
HSL color Cylindrical-coordinate representation of color #A2CA13: hue angle of 73.11º degrees, saturation: 0.83, 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 #A2CA13 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.21 |
| HSL | 73.11º | 0.83% | 0.43% | - |
| HSV(B) | 73.11º | 0.91% | 0.79% | - |
| XYZ | 36.14 | 49.97 | 8.36 | - |
| YUV | 169.18 | 43.25 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 19 | 0.20 | 0 | 0.91 | 0.21 | 73.11 | 0.83 | 0.43 |
| Hex | A2 | CA | 13 | 14 | 0 | 5B | 15 | 49 | 53 | 2B |
| Octal | 242 | 312 | 23 | 24 | 0 | 133 | 25 | 111 | 123 | 53 |
| Binary | 10100010 | 11001010 | 10011 | 10100 | 0 | 1011011 | 10101 | 1001001 | 1010011 | 101011 |
Color Harmonies of #A2CA13
Complementary color
Monochromatic Colors of #A2CA13
Black with #A2CA13
Text Example
Text Example
White with #A2CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA13; }
p { color: rgb(162,202,19); }
H1.HeaderClassName
{
color: #A2CA13;
}
.AnyTagClassName
{
color: #A2CA13;
}
</style>
background-color css
<style>
a { background-color: #A2CA13; }
a { background-color: rgb(162,202,19); }
div.DivClassName
{
background-color: #A2CA13;
}
.BgClassName
{
background-color: #A2CA13;
}
</style>
border-color css
<style>
span { border-color: #A2CA13; }
span { border-color: rgb(162,202,19); }
td.TdClassName
{
border-color: #A2CA13;
}
.TagClassName
{
border-color: #A2CA13;
}
</style>