Shades of Earls Green #BBB02D
Tints of Earls Green #BBB02D
RGB
CMYK
RGB Variations
Color information
#BBB02D (or 0xBBB02D) is known color: Earls Green. HEX triplet: BB, B0 and 2D. RGB value is (187,176,45). Sum of RGB (Red+Green+Blue) = 187+176+45=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB02D is #444FD2. Grayscale: #A4A4A4. Windows color (decimal): -4476883 or 2994363. OLE color: 2994363.
HSL color Cylindrical-coordinate representation of color #BBB02D: hue angle of 55.35º 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 #BBB02D is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 45 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.27 |
| HSL | 55.35º | 0.61% | 0.45% | - |
| HSV(B) | 55.35º | 0.76% | 0.73% | - |
| XYZ | 36.49 | 41.8 | 8.63 | - |
| YUV | 164.36 | 60.64 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 45 | 0 | 0.06 | 0.76 | 0.27 | 55.35 | 0.61 | 0.45 |
| Hex | BB | B0 | 2D | 0 | 6 | 4C | 1B | 37 | 3D | 2D |
| Octal | 273 | 260 | 55 | 0 | 6 | 114 | 33 | 67 | 75 | 55 |
| Binary | 10111011 | 10110000 | 101101 | 0 | 110 | 1001100 | 11011 | 110111 | 111101 | 101101 |
Color Harmonies of #BBB02D
Complementary color
Monochromatic Colors of #BBB02D
Black with #BBB02D
Text Example
Text Example
White with #BBB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB02D; }
p { color: rgb(187,176,45); }
H1.HeaderClassName
{
color: #BBB02D;
}
.AnyTagClassName
{
color: #BBB02D;
}
</style>
background-color css
<style>
a { background-color: #BBB02D; }
a { background-color: rgb(187,176,45); }
div.DivClassName
{
background-color: #BBB02D;
}
.BgClassName
{
background-color: #BBB02D;
}
</style>
border-color css
<style>
span { border-color: #BBB02D; }
span { border-color: rgb(187,176,45); }
td.TdClassName
{
border-color: #BBB02D;
}
.TagClassName
{
border-color: #BBB02D;
}
</style>