Shades of Earls Green #BBB015
Tints of Earls Green #BBB015
RGB
CMYK
RGB Variations
Color information
#BBB015 (or 0xBBB015) is known color: Earls Green. HEX triplet: BB, B0 and 15. RGB value is (187,176,21). Sum of RGB (Red+Green+Blue) = 187+176+21=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB015 is #444FEA. Grayscale: #A2A2A2. Windows color (decimal): -4476907 or 1421499. OLE color: 1421499.
HSL color Cylindrical-coordinate representation of color #BBB015: hue angle of 56.02º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBB015 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 21 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.27 |
| HSL | 56.02º | 0.8% | 0.41% | - |
| HSV(B) | 56.02º | 0.89% | 0.73% | - |
| XYZ | 36.15 | 41.67 | 6.85 | - |
| YUV | 161.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 21 | 0 | 0.06 | 0.89 | 0.27 | 56.02 | 0.8 | 0.41 |
| Hex | BB | B0 | 15 | 0 | 6 | 59 | 1B | 38 | 50 | 29 |
| Octal | 273 | 260 | 25 | 0 | 6 | 131 | 33 | 70 | 120 | 51 |
| Binary | 10111011 | 10110000 | 10101 | 0 | 110 | 1011001 | 11011 | 111000 | 1010000 | 101001 |
Color Harmonies of #BBB015
Complementary color
Monochromatic Colors of #BBB015
Black with #BBB015
Text Example
Text Example
White with #BBB015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB015; }
p { color: rgb(187,176,21); }
H1.HeaderClassName
{
color: #BBB015;
}
.AnyTagClassName
{
color: #BBB015;
}
</style>
background-color css
<style>
a { background-color: #BBB015; }
a { background-color: rgb(187,176,21); }
div.DivClassName
{
background-color: #BBB015;
}
.BgClassName
{
background-color: #BBB015;
}
</style>
border-color css
<style>
span { border-color: #BBB015; }
span { border-color: rgb(187,176,21); }
td.TdClassName
{
border-color: #BBB015;
}
.TagClassName
{
border-color: #BBB015;
}
</style>