Shades of Bahia #A2CB20
Tints of Bahia #A2CB20
RGB
CMYK
RGB Variations
Color information
#A2CB20 (or 0xA2CB20) is known color: Bahia. HEX triplet: A2, CB and 20. RGB value is (162,203,32). Sum of RGB (Red+Green+Blue) = 162+203+32=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 203 (79.69% from 255 or 51.13% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CB20 is #5D34DF. Grayscale: #ABABAB. Windows color (decimal): -6108384 or 2149282. OLE color: 2149282.
HSL color Cylindrical-coordinate representation of color #A2CB20: hue angle of 74.39º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2CB20 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 32 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.20 |
| HSL | 74.39º | 0.73% | 0.46% | - |
| HSV(B) | 74.39º | 0.84% | 0.8% | - |
| XYZ | 36.52 | 50.5 | 9.19 | - |
| YUV | 171.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 32 | 0.20 | 0 | 0.84 | 0.20 | 74.39 | 0.73 | 0.46 |
| Hex | A2 | CB | 20 | 14 | 0 | 54 | 14 | 4A | 49 | 2E |
| Octal | 242 | 313 | 40 | 24 | 0 | 124 | 24 | 112 | 111 | 56 |
| Binary | 10100010 | 11001011 | 100000 | 10100 | 0 | 1010100 | 10100 | 1001010 | 1001001 | 101110 |
Color Harmonies of #A2CB20
Complementary color
Monochromatic Colors of #A2CB20
Black with #A2CB20
Text Example
Text Example
White with #A2CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB20; }
p { color: rgb(162,203,32); }
H1.HeaderClassName
{
color: #A2CB20;
}
.AnyTagClassName
{
color: #A2CB20;
}
</style>
background-color css
<style>
a { background-color: #A2CB20; }
a { background-color: rgb(162,203,32); }
div.DivClassName
{
background-color: #A2CB20;
}
.BgClassName
{
background-color: #A2CB20;
}
</style>
border-color css
<style>
span { border-color: #A2CB20; }
span { border-color: rgb(162,203,32); }
td.TdClassName
{
border-color: #A2CB20;
}
.TagClassName
{
border-color: #A2CB20;
}
</style>