Shades of Bahia #A2BC1B
Tints of Bahia #A2BC1B
RGB
CMYK
RGB Variations
Color information
#A2BC1B (or 0xA2BC1B) is known color: Bahia. HEX triplet: A2, BC and 1B. RGB value is (162,188,27). Sum of RGB (Red+Green+Blue) = 162+188+27=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC1B is #5D43E4. Grayscale: #A2A2A2. Windows color (decimal): -6112229 or 1817762. OLE color: 1817762.
HSL color Cylindrical-coordinate representation of color #A2BC1B: hue angle of 69.69º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2BC1B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 27 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.26 |
| HSL | 69.69º | 0.75% | 0.42% | - |
| HSV(B) | 69.69º | 0.86% | 0.74% | - |
| XYZ | 33.08 | 43.73 | 7.73 | - |
| YUV | 161.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 27 | 0.14 | 0 | 0.86 | 0.26 | 69.69 | 0.75 | 0.42 |
| Hex | A2 | BC | 1B | E | 0 | 56 | 1A | 46 | 4B | 2A |
| Octal | 242 | 274 | 33 | 16 | 0 | 126 | 32 | 106 | 113 | 52 |
| Binary | 10100010 | 10111100 | 11011 | 1110 | 0 | 1010110 | 11010 | 1000110 | 1001011 | 101010 |
Color Harmonies of #A2BC1B
Complementary color
Monochromatic Colors of #A2BC1B
Black with #A2BC1B
Text Example
Text Example
White with #A2BC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC1B; }
p { color: rgb(162,188,27); }
H1.HeaderClassName
{
color: #A2BC1B;
}
.AnyTagClassName
{
color: #A2BC1B;
}
</style>
background-color css
<style>
a { background-color: #A2BC1B; }
a { background-color: rgb(162,188,27); }
div.DivClassName
{
background-color: #A2BC1B;
}
.BgClassName
{
background-color: #A2BC1B;
}
</style>
border-color css
<style>
span { border-color: #A2BC1B; }
span { border-color: rgb(162,188,27); }
td.TdClassName
{
border-color: #A2BC1B;
}
.TagClassName
{
border-color: #A2BC1B;
}
</style>