Shades of Earls Green #BBB124
Tints of Earls Green #BBB124
RGB
CMYK
RGB Variations
Color information
#BBB124 (or 0xBBB124) is known color: Earls Green. HEX triplet: BB, B1 and 24. RGB value is (187,177,36). Sum of RGB (Red+Green+Blue) = 187+177+36=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB124 is #444EDB. Grayscale: #A4A4A4. Windows color (decimal): -4476636 or 2404795. OLE color: 2404795.
HSL color Cylindrical-coordinate representation of color #BBB124: hue angle of 56.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBB124 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 36 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.27 |
| HSL | 56.03º | 0.68% | 0.44% | - |
| HSV(B) | 56.03º | 0.81% | 0.73% | - |
| XYZ | 36.53 | 42.14 | 7.88 | - |
| YUV | 163.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 36 | 0 | 0.05 | 0.81 | 0.27 | 56.03 | 0.68 | 0.44 |
| Hex | BB | B1 | 24 | 0 | 5 | 51 | 1B | 38 | 44 | 2C |
| Octal | 273 | 261 | 44 | 0 | 5 | 121 | 33 | 70 | 104 | 54 |
| Binary | 10111011 | 10110001 | 100100 | 0 | 101 | 1010001 | 11011 | 111000 | 1000100 | 101100 |
Color Harmonies of #BBB124
Complementary color
Monochromatic Colors of #BBB124
Black with #BBB124
Text Example
Text Example
White with #BBB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB124; }
p { color: rgb(187,177,36); }
H1.HeaderClassName
{
color: #BBB124;
}
.AnyTagClassName
{
color: #BBB124;
}
</style>
background-color css
<style>
a { background-color: #BBB124; }
a { background-color: rgb(187,177,36); }
div.DivClassName
{
background-color: #BBB124;
}
.BgClassName
{
background-color: #BBB124;
}
</style>
border-color css
<style>
span { border-color: #BBB124; }
span { border-color: rgb(187,177,36); }
td.TdClassName
{
border-color: #BBB124;
}
.TagClassName
{
border-color: #BBB124;
}
</style>