Shades of Bahia #A2CB0E
Tints of Bahia #A2CB0E
RGB
CMYK
RGB Variations
Color information
#A2CB0E (or 0xA2CB0E) is known color: Bahia. HEX triplet: A2, CB and 0E. RGB value is (162,203,14). Sum of RGB (Red+Green+Blue) = 162+203+14=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 203 (79.69% from 255 or 53.56% from 379); Blue value is 14 (5.86% from 255 or 3.69% from 379); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CB0E is #5D34F1. Grayscale: #A9A9A9. Windows color (decimal): -6108402 or 969634. OLE color: 969634.
HSL color Cylindrical-coordinate representation of color #A2CB0E: hue angle of 73.02º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2CB0E is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 14 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.20 |
| HSL | 73.02º | 0.87% | 0.43% | - |
| HSV(B) | 73.02º | 0.93% | 0.8% | - |
| XYZ | 36.34 | 50.42 | 8.23 | - |
| YUV | 169.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 14 | 0.20 | 0 | 0.93 | 0.20 | 73.02 | 0.87 | 0.43 |
| Hex | A2 | CB | E | 14 | 0 | 5D | 14 | 49 | 57 | 2B |
| Octal | 242 | 313 | 16 | 24 | 0 | 135 | 24 | 111 | 127 | 53 |
| Binary | 10100010 | 11001011 | 1110 | 10100 | 0 | 1011101 | 10100 | 1001001 | 1010111 | 101011 |
Color Harmonies of #A2CB0E
Complementary color
Monochromatic Colors of #A2CB0E
Black with #A2CB0E
Text Example
Text Example
White with #A2CB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB0E; }
p { color: rgb(162,203,14); }
H1.HeaderClassName
{
color: #A2CB0E;
}
.AnyTagClassName
{
color: #A2CB0E;
}
</style>
background-color css
<style>
a { background-color: #A2CB0E; }
a { background-color: rgb(162,203,14); }
div.DivClassName
{
background-color: #A2CB0E;
}
.BgClassName
{
background-color: #A2CB0E;
}
</style>
border-color css
<style>
span { border-color: #A2CB0E; }
span { border-color: rgb(162,203,14); }
td.TdClassName
{
border-color: #A2CB0E;
}
.TagClassName
{
border-color: #A2CB0E;
}
</style>