Shades of Bahia #A2BC2F
Tints of Bahia #A2BC2F
RGB
CMYK
RGB Variations
Color information
#A2BC2F (or 0xA2BC2F) is known color: Bahia. HEX triplet: A2, BC and 2F. RGB value is (162,188,47). Sum of RGB (Red+Green+Blue) = 162+188+47=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 47 (18.75% from 255 or 11.84% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC2F is #5D43D0. Grayscale: #A4A4A4. Windows color (decimal): -6112209 or 3128482. OLE color: 3128482.
HSL color Cylindrical-coordinate representation of color #A2BC2F: hue angle of 71.06º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2BC2F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 47 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.26 |
| HSL | 71.06º | 0.6% | 0.46% | - |
| HSV(B) | 71.06º | 0.75% | 0.74% | - |
| XYZ | 33.4 | 43.85 | 9.39 | - |
| YUV | 164.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 47 | 0.14 | 0 | 0.75 | 0.26 | 71.06 | 0.6 | 0.46 |
| Hex | A2 | BC | 2F | E | 0 | 4B | 1A | 47 | 3C | 2E |
| Octal | 242 | 274 | 57 | 16 | 0 | 113 | 32 | 107 | 74 | 56 |
| Binary | 10100010 | 10111100 | 101111 | 1110 | 0 | 1001011 | 11010 | 1000111 | 111100 | 101110 |
Color Harmonies of #A2BC2F
Complementary color
Monochromatic Colors of #A2BC2F
Black with #A2BC2F
Text Example
Text Example
White with #A2BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC2F; }
p { color: rgb(162,188,47); }
H1.HeaderClassName
{
color: #A2BC2F;
}
.AnyTagClassName
{
color: #A2BC2F;
}
</style>
background-color css
<style>
a { background-color: #A2BC2F; }
a { background-color: rgb(162,188,47); }
div.DivClassName
{
background-color: #A2BC2F;
}
.BgClassName
{
background-color: #A2BC2F;
}
</style>
border-color css
<style>
span { border-color: #A2BC2F; }
span { border-color: rgb(162,188,47); }
td.TdClassName
{
border-color: #A2BC2F;
}
.TagClassName
{
border-color: #A2BC2F;
}
</style>