Shades of Earls Green #BBB32D
Tints of Earls Green #BBB32D
RGB
CMYK
RGB Variations
Color information
#BBB32D (or 0xBBB32D) is known color: Earls Green. HEX triplet: BB, B3 and 2D. RGB value is (187,179,45). Sum of RGB (Red+Green+Blue) = 187+179+45=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32D is #444CD2. Grayscale: #A6A6A6. Windows color (decimal): -4476115 or 2995131. OLE color: 2995131.
HSL color Cylindrical-coordinate representation of color #BBB32D: hue angle of 56.62º 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 #BBB32D is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 45 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.27 |
| HSL | 56.62º | 0.61% | 0.45% | - |
| HSV(B) | 56.62º | 0.76% | 0.73% | - |
| XYZ | 37.09 | 42.99 | 8.83 | - |
| YUV | 166.12 | 59.65 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 45 | 0 | 0.04 | 0.76 | 0.27 | 56.62 | 0.61 | 0.45 |
| Hex | BB | B3 | 2D | 0 | 4 | 4C | 1B | 39 | 3D | 2D |
| Octal | 273 | 263 | 55 | 0 | 4 | 114 | 33 | 71 | 75 | 55 |
| Binary | 10111011 | 10110011 | 101101 | 0 | 100 | 1001100 | 11011 | 111001 | 111101 | 101101 |
Color Harmonies of #BBB32D
Complementary color
Monochromatic Colors of #BBB32D
Black with #BBB32D
Text Example
Text Example
White with #BBB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB32D; }
p { color: rgb(187,179,45); }
H1.HeaderClassName
{
color: #BBB32D;
}
.AnyTagClassName
{
color: #BBB32D;
}
</style>
background-color css
<style>
a { background-color: #BBB32D; }
a { background-color: rgb(187,179,45); }
div.DivClassName
{
background-color: #BBB32D;
}
.BgClassName
{
background-color: #BBB32D;
}
</style>
border-color css
<style>
span { border-color: #BBB32D; }
span { border-color: rgb(187,179,45); }
td.TdClassName
{
border-color: #BBB32D;
}
.TagClassName
{
border-color: #BBB32D;
}
</style>