Shades of Earls Green #BBB527
Tints of Earls Green #BBB527
RGB
CMYK
RGB Variations
Color information
#BBB527 (or 0xBBB527) is known color: Earls Green. HEX triplet: BB, B5 and 27. RGB value is (187,181,39). Sum of RGB (Red+Green+Blue) = 187+181+39=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB527 is #444AD8. Grayscale: #A7A7A7. Windows color (decimal): -4475609 or 2602427. OLE color: 2602427.
HSL color Cylindrical-coordinate representation of color #BBB527: hue angle of 57.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBB527 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 39 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.27 |
| HSL | 57.57º | 0.65% | 0.44% | - |
| HSV(B) | 57.57º | 0.79% | 0.73% | - |
| XYZ | 37.38 | 43.76 | 8.4 | - |
| YUV | 166.61 | 55.99 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 39 | 0 | 0.03 | 0.79 | 0.27 | 57.57 | 0.65 | 0.44 |
| Hex | BB | B5 | 27 | 0 | 3 | 4F | 1B | 3A | 41 | 2C |
| Octal | 273 | 265 | 47 | 0 | 3 | 117 | 33 | 72 | 101 | 54 |
| Binary | 10111011 | 10110101 | 100111 | 0 | 11 | 1001111 | 11011 | 111010 | 1000001 | 101100 |
Color Harmonies of #BBB527
Complementary color
Monochromatic Colors of #BBB527
Black with #BBB527
Text Example
Text Example
White with #BBB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB527; }
p { color: rgb(187,181,39); }
H1.HeaderClassName
{
color: #BBB527;
}
.AnyTagClassName
{
color: #BBB527;
}
</style>
background-color css
<style>
a { background-color: #BBB527; }
a { background-color: rgb(187,181,39); }
div.DivClassName
{
background-color: #BBB527;
}
.BgClassName
{
background-color: #BBB527;
}
</style>
border-color css
<style>
span { border-color: #BBB527; }
span { border-color: rgb(187,181,39); }
td.TdClassName
{
border-color: #BBB527;
}
.TagClassName
{
border-color: #BBB527;
}
</style>