Shades of Earls Green #BBA92D
Tints of Earls Green #BBA92D
RGB
CMYK
RGB Variations
Color information
#BBA92D (or 0xBBA92D) is known color: Earls Green. HEX triplet: BB, A9 and 2D. RGB value is (187,169,45). Sum of RGB (Red+Green+Blue) = 187+169+45=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 169 (66.41% from 255 or 42.14% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92D is #4456D2. Grayscale: #A0A0A0. Windows color (decimal): -4478675 or 2992571. OLE color: 2992571.
HSL color Cylindrical-coordinate representation of color #BBA92D: hue angle of 52.39º 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 #BBA92D is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 45 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.27 |
| HSL | 52.39º | 0.61% | 0.45% | - |
| HSV(B) | 52.39º | 0.76% | 0.73% | - |
| XYZ | 35.16 | 39.13 | 8.18 | - |
| YUV | 160.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 45 | 0 | 0.10 | 0.76 | 0.27 | 52.39 | 0.61 | 0.45 |
| Hex | BB | A9 | 2D | 0 | A | 4C | 1B | 34 | 3D | 2D |
| Octal | 273 | 251 | 55 | 0 | 12 | 114 | 33 | 64 | 75 | 55 |
| Binary | 10111011 | 10101001 | 101101 | 0 | 1010 | 1001100 | 11011 | 110100 | 111101 | 101101 |
Color Harmonies of #BBA92D
Complementary color
Monochromatic Colors of #BBA92D
Black with #BBA92D
Text Example
Text Example
White with #BBA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA92D; }
p { color: rgb(187,169,45); }
H1.HeaderClassName
{
color: #BBA92D;
}
.AnyTagClassName
{
color: #BBA92D;
}
</style>
background-color css
<style>
a { background-color: #BBA92D; }
a { background-color: rgb(187,169,45); }
div.DivClassName
{
background-color: #BBA92D;
}
.BgClassName
{
background-color: #BBA92D;
}
</style>
border-color css
<style>
span { border-color: #BBA92D; }
span { border-color: rgb(187,169,45); }
td.TdClassName
{
border-color: #BBA92D;
}
.TagClassName
{
border-color: #BBA92D;
}
</style>