Shades of Earls Green #BBB51B
Tints of Earls Green #BBB51B
RGB
CMYK
RGB Variations
Color information
#BBB51B (or 0xBBB51B) is known color: Earls Green. HEX triplet: BB, B5 and 1B. RGB value is (187,181,27). Sum of RGB (Red+Green+Blue) = 187+181+27=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 27 (10.94% from 255 or 6.84% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB51B is #444AE4. Grayscale: #A5A5A5. Windows color (decimal): -4475621 or 1815995. OLE color: 1815995.
HSL color Cylindrical-coordinate representation of color #BBB51B: hue angle of 57.75º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBB51B is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 181 | 27 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.27 |
| HSL | 57.75º | 0.75% | 0.42% | - |
| HSV(B) | 57.75º | 0.86% | 0.73% | - |
| XYZ | 37.22 | 43.69 | 7.51 | - |
| YUV | 165.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 181 | 27 | 0 | 0.03 | 0.86 | 0.27 | 57.75 | 0.75 | 0.42 |
| Hex | BB | B5 | 1B | 0 | 3 | 56 | 1B | 3A | 4B | 2A |
| Octal | 273 | 265 | 33 | 0 | 3 | 126 | 33 | 72 | 113 | 52 |
| Binary | 10111011 | 10110101 | 11011 | 0 | 11 | 1010110 | 11011 | 111010 | 1001011 | 101010 |
Color Harmonies of #BBB51B
Complementary color
Monochromatic Colors of #BBB51B
Black with #BBB51B
Text Example
Text Example
White with #BBB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB51B; }
p { color: rgb(187,181,27); }
H1.HeaderClassName
{
color: #BBB51B;
}
.AnyTagClassName
{
color: #BBB51B;
}
</style>
background-color css
<style>
a { background-color: #BBB51B; }
a { background-color: rgb(187,181,27); }
div.DivClassName
{
background-color: #BBB51B;
}
.BgClassName
{
background-color: #BBB51B;
}
</style>
border-color css
<style>
span { border-color: #BBB51B; }
span { border-color: rgb(187,181,27); }
td.TdClassName
{
border-color: #BBB51B;
}
.TagClassName
{
border-color: #BBB51B;
}
</style>