Shades of Bahia #A2CA0D
Tints of Bahia #A2CA0D
RGB
CMYK
RGB Variations
Color information
#A2CA0D (or 0xA2CA0D) is known color: Bahia. HEX triplet: A2, CA and 0D. RGB value is (162,202,13). Sum of RGB (Red+Green+Blue) = 162+202+13=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA0D is #5D35F2. Grayscale: #A9A9A9. Windows color (decimal): -6108659 or 903842. OLE color: 903842.
HSL color Cylindrical-coordinate representation of color #A2CA0D: hue angle of 72.7º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2CA0D is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 13 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.21 |
| HSL | 72.7º | 0.88% | 0.42% | - |
| HSV(B) | 72.7º | 0.94% | 0.79% | - |
| XYZ | 36.09 | 49.95 | 8.12 | - |
| YUV | 168.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 13 | 0.20 | 0 | 0.94 | 0.21 | 72.7 | 0.88 | 0.42 |
| Hex | A2 | CA | D | 14 | 0 | 5E | 15 | 49 | 58 | 2A |
| Octal | 242 | 312 | 15 | 24 | 0 | 136 | 25 | 111 | 130 | 52 |
| Binary | 10100010 | 11001010 | 1101 | 10100 | 0 | 1011110 | 10101 | 1001001 | 1011000 | 101010 |
Color Harmonies of #A2CA0D
Complementary color
Monochromatic Colors of #A2CA0D
Black with #A2CA0D
Text Example
Text Example
White with #A2CA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA0D; }
p { color: rgb(162,202,13); }
H1.HeaderClassName
{
color: #A2CA0D;
}
.AnyTagClassName
{
color: #A2CA0D;
}
</style>
background-color css
<style>
a { background-color: #A2CA0D; }
a { background-color: rgb(162,202,13); }
div.DivClassName
{
background-color: #A2CA0D;
}
.BgClassName
{
background-color: #A2CA0D;
}
</style>
border-color css
<style>
span { border-color: #A2CA0D; }
span { border-color: rgb(162,202,13); }
td.TdClassName
{
border-color: #A2CA0D;
}
.TagClassName
{
border-color: #A2CA0D;
}
</style>