Shades of Earls Green #BBB62F
Tints of Earls Green #BBB62F
RGB
CMYK
RGB Variations
Color information
#BBB62F (or 0xBBB62F) is known color: Earls Green. HEX triplet: BB, B6 and 2F. RGB value is (187,182,47). Sum of RGB (Red+Green+Blue) = 187+182+47=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB62F is #4449D0. Grayscale: #A8A8A8. Windows color (decimal): -4475345 or 3126971. OLE color: 3126971.
HSL color Cylindrical-coordinate representation of color #BBB62F: hue angle of 57.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBB62F is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 182 | 47 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.27 |
| HSL | 57.86º | 0.6% | 0.46% | - |
| HSV(B) | 57.86º | 0.75% | 0.73% | - |
| XYZ | 37.73 | 44.23 | 9.24 | - |
| YUV | 168.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 47 | 0 | 0.03 | 0.75 | 0.27 | 57.86 | 0.6 | 0.46 |
| Hex | BB | B6 | 2F | 0 | 3 | 4B | 1B | 3A | 3C | 2E |
| Octal | 273 | 266 | 57 | 0 | 3 | 113 | 33 | 72 | 74 | 56 |
| Binary | 10111011 | 10110110 | 101111 | 0 | 11 | 1001011 | 11011 | 111010 | 111100 | 101110 |
Color Harmonies of #BBB62F
Complementary color
Monochromatic Colors of #BBB62F
Black with #BBB62F
Text Example
Text Example
White with #BBB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB62F; }
p { color: rgb(187,182,47); }
H1.HeaderClassName
{
color: #BBB62F;
}
.AnyTagClassName
{
color: #BBB62F;
}
</style>
background-color css
<style>
a { background-color: #BBB62F; }
a { background-color: rgb(187,182,47); }
div.DivClassName
{
background-color: #BBB62F;
}
.BgClassName
{
background-color: #BBB62F;
}
</style>
border-color css
<style>
span { border-color: #BBB62F; }
span { border-color: rgb(187,182,47); }
td.TdClassName
{
border-color: #BBB62F;
}
.TagClassName
{
border-color: #BBB62F;
}
</style>