Shades of Earls Green #BBAC2C
Tints of Earls Green #BBAC2C
RGB
CMYK
RGB Variations
Color information
#BBAC2C (or 0xBBAC2C) is known color: Earls Green. HEX triplet: BB, AC and 2C. RGB value is (187,172,44). Sum of RGB (Red+Green+Blue) = 187+172+44=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC2C is #4453D3. Grayscale: #A2A2A2. Windows color (decimal): -4477908 or 2927803. OLE color: 2927803.
HSL color Cylindrical-coordinate representation of color #BBAC2C: hue angle of 53.71º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBAC2C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 44 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 53.71º | 0.62% | 0.45% | - |
| HSV(B) | 53.71º | 0.76% | 0.73% | - |
| XYZ | 35.7 | 40.25 | 8.27 | - |
| YUV | 161.89 | 61.47 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 44 | 0 | 0.08 | 0.76 | 0.27 | 53.71 | 0.62 | 0.45 |
| Hex | BB | AC | 2C | 0 | 8 | 4C | 1B | 36 | 3E | 2D |
| Octal | 273 | 254 | 54 | 0 | 10 | 114 | 33 | 66 | 76 | 55 |
| Binary | 10111011 | 10101100 | 101100 | 0 | 1000 | 1001100 | 11011 | 110110 | 111110 | 101101 |
Color Harmonies of #BBAC2C
Complementary color
Monochromatic Colors of #BBAC2C
Black with #BBAC2C
Text Example
Text Example
White with #BBAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC2C; }
p { color: rgb(187,172,44); }
H1.HeaderClassName
{
color: #BBAC2C;
}
.AnyTagClassName
{
color: #BBAC2C;
}
</style>
background-color css
<style>
a { background-color: #BBAC2C; }
a { background-color: rgb(187,172,44); }
div.DivClassName
{
background-color: #BBAC2C;
}
.BgClassName
{
background-color: #BBAC2C;
}
</style>
border-color css
<style>
span { border-color: #BBAC2C; }
span { border-color: rgb(187,172,44); }
td.TdClassName
{
border-color: #BBAC2C;
}
.TagClassName
{
border-color: #BBAC2C;
}
</style>