Shades of Earls Green #BBAC2D
Tints of Earls Green #BBAC2D
RGB
CMYK
RGB Variations
Color information
#BBAC2D (or 0xBBAC2D) is known color: Earls Green. HEX triplet: BB, AC and 2D. RGB value is (187,172,45). Sum of RGB (Red+Green+Blue) = 187+172+45=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC2D is #4453D2. Grayscale: #A2A2A2. Windows color (decimal): -4477907 or 2993339. OLE color: 2993339.
HSL color Cylindrical-coordinate representation of color #BBAC2D: hue angle of 53.66º degrees, saturation: 0.61, 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 #BBAC2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.27 |
| HSL | 53.66º | 0.61% | 0.45% | - |
| HSV(B) | 53.66º | 0.76% | 0.73% | - |
| XYZ | 35.72 | 40.26 | 8.37 | - |
| YUV | 162.01 | 61.97 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 45 | 0 | 0.08 | 0.76 | 0.27 | 53.66 | 0.61 | 0.45 |
| Hex | BB | AC | 2D | 0 | 8 | 4C | 1B | 36 | 3D | 2D |
| Octal | 273 | 254 | 55 | 0 | 10 | 114 | 33 | 66 | 75 | 55 |
| Binary | 10111011 | 10101100 | 101101 | 0 | 1000 | 1001100 | 11011 | 110110 | 111101 | 101101 |
Color Harmonies of #BBAC2D
Complementary color
Monochromatic Colors of #BBAC2D
Black with #BBAC2D
Text Example
Text Example
White with #BBAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC2D; }
p { color: rgb(187,172,45); }
H1.HeaderClassName
{
color: #BBAC2D;
}
.AnyTagClassName
{
color: #BBAC2D;
}
</style>
background-color css
<style>
a { background-color: #BBAC2D; }
a { background-color: rgb(187,172,45); }
div.DivClassName
{
background-color: #BBAC2D;
}
.BgClassName
{
background-color: #BBAC2D;
}
</style>
border-color css
<style>
span { border-color: #BBAC2D; }
span { border-color: rgb(187,172,45); }
td.TdClassName
{
border-color: #BBAC2D;
}
.TagClassName
{
border-color: #BBAC2D;
}
</style>