Shades of Bahia #A2CE0B
Tints of Bahia #A2CE0B
RGB
CMYK
RGB Variations
Color information
#A2CE0B (or 0xA2CE0B) is known color: Bahia. HEX triplet: A2, CE and 0B. RGB value is (162,206,11). Sum of RGB (Red+Green+Blue) = 162+206+11=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE0B is #5D31F4. Grayscale: #ABABAB. Windows color (decimal): -6107637 or 773794. OLE color: 773794.
HSL color Cylindrical-coordinate representation of color #A2CE0B: hue angle of 73.54º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2CE0B is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 11 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.19 |
| HSL | 73.54º | 0.9% | 0.43% | - |
| HSV(B) | 73.54º | 0.95% | 0.81% | - |
| XYZ | 37.03 | 51.85 | 8.37 | - |
| YUV | 170.61 | 37.92 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 11 | 0.21 | 0 | 0.95 | 0.19 | 73.54 | 0.9 | 0.43 |
| Hex | A2 | CE | B | 15 | 0 | 5F | 13 | 4A | 5A | 2B |
| Octal | 242 | 316 | 13 | 25 | 0 | 137 | 23 | 112 | 132 | 53 |
| Binary | 10100010 | 11001110 | 1011 | 10101 | 0 | 1011111 | 10011 | 1001010 | 1011010 | 101011 |
Color Harmonies of #A2CE0B
Complementary color
Monochromatic Colors of #A2CE0B
Black with #A2CE0B
Text Example
Text Example
White with #A2CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE0B; }
p { color: rgb(162,206,11); }
H1.HeaderClassName
{
color: #A2CE0B;
}
.AnyTagClassName
{
color: #A2CE0B;
}
</style>
background-color css
<style>
a { background-color: #A2CE0B; }
a { background-color: rgb(162,206,11); }
div.DivClassName
{
background-color: #A2CE0B;
}
.BgClassName
{
background-color: #A2CE0B;
}
</style>
border-color css
<style>
span { border-color: #A2CE0B; }
span { border-color: rgb(162,206,11); }
td.TdClassName
{
border-color: #A2CE0B;
}
.TagClassName
{
border-color: #A2CE0B;
}
</style>