Shades of Earls Green #BBB729
Tints of Earls Green #BBB729
RGB
CMYK
RGB Variations
Color information
#BBB729 (or 0xBBB729) is known color: Earls Green. HEX triplet: BB, B7 and 29. RGB value is (187,183,41). Sum of RGB (Red+Green+Blue) = 187+183+41=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB729 is #4448D6. Grayscale: #A8A8A8. Windows color (decimal): -4475095 or 2734011. OLE color: 2734011.
HSL color Cylindrical-coordinate representation of color #BBB729: hue angle of 58.36º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBB729 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 41 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.27 |
| HSL | 58.36º | 0.64% | 0.45% | - |
| HSV(B) | 58.36º | 0.78% | 0.73% | - |
| XYZ | 37.83 | 44.59 | 8.71 | - |
| YUV | 168.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 41 | 0 | 0.02 | 0.78 | 0.27 | 58.36 | 0.64 | 0.45 |
| Hex | BB | B7 | 29 | 0 | 2 | 4E | 1B | 3A | 40 | 2D |
| Octal | 273 | 267 | 51 | 0 | 2 | 116 | 33 | 72 | 100 | 55 |
| Binary | 10111011 | 10110111 | 101001 | 0 | 10 | 1001110 | 11011 | 111010 | 1000000 | 101101 |
Color Harmonies of #BBB729
Complementary color
Monochromatic Colors of #BBB729
Black with #BBB729
Text Example
Text Example
White with #BBB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB729; }
p { color: rgb(187,183,41); }
H1.HeaderClassName
{
color: #BBB729;
}
.AnyTagClassName
{
color: #BBB729;
}
</style>
background-color css
<style>
a { background-color: #BBB729; }
a { background-color: rgb(187,183,41); }
div.DivClassName
{
background-color: #BBB729;
}
.BgClassName
{
background-color: #BBB729;
}
</style>
border-color css
<style>
span { border-color: #BBB729; }
span { border-color: rgb(187,183,41); }
td.TdClassName
{
border-color: #BBB729;
}
.TagClassName
{
border-color: #BBB729;
}
</style>