Shades of Earls Green #BBA52D
Tints of Earls Green #BBA52D
RGB
CMYK
RGB Variations
Color information
#BBA52D (or 0xBBA52D) is known color: Earls Green. HEX triplet: BB, A5 and 2D. RGB value is (187,165,45). Sum of RGB (Red+Green+Blue) = 187+165+45=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52D is #445AD2. Grayscale: #9E9E9E. Windows color (decimal): -4479699 or 2991547. OLE color: 2991547.
HSL color Cylindrical-coordinate representation of color #BBA52D: hue angle of 50.7º 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 #BBA52D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 45 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.27 |
| HSL | 50.7º | 0.61% | 0.45% | - |
| HSV(B) | 50.7º | 0.76% | 0.73% | - |
| XYZ | 34.42 | 37.66 | 7.94 | - |
| YUV | 157.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 45 | 0 | 0.12 | 0.76 | 0.27 | 50.7 | 0.61 | 0.45 |
| Hex | BB | A5 | 2D | 0 | C | 4C | 1B | 33 | 3D | 2D |
| Octal | 273 | 245 | 55 | 0 | 14 | 114 | 33 | 63 | 75 | 55 |
| Binary | 10111011 | 10100101 | 101101 | 0 | 1100 | 1001100 | 11011 | 110011 | 111101 | 101101 |
Color Harmonies of #BBA52D
Complementary color
Monochromatic Colors of #BBA52D
Black with #BBA52D
Text Example
Text Example
White with #BBA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA52D; }
p { color: rgb(187,165,45); }
H1.HeaderClassName
{
color: #BBA52D;
}
.AnyTagClassName
{
color: #BBA52D;
}
</style>
background-color css
<style>
a { background-color: #BBA52D; }
a { background-color: rgb(187,165,45); }
div.DivClassName
{
background-color: #BBA52D;
}
.BgClassName
{
background-color: #BBA52D;
}
</style>
border-color css
<style>
span { border-color: #BBA52D; }
span { border-color: rgb(187,165,45); }
td.TdClassName
{
border-color: #BBA52D;
}
.TagClassName
{
border-color: #BBA52D;
}
</style>