Shades of Earls Green #BBB127
Tints of Earls Green #BBB127
RGB
CMYK
RGB Variations
Color information
#BBB127 (or 0xBBB127) is known color: Earls Green. HEX triplet: BB, B1 and 27. RGB value is (187,177,39). Sum of RGB (Red+Green+Blue) = 187+177+39=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB127 is #444ED8. Grayscale: #A4A4A4. Windows color (decimal): -4476633 or 2601403. OLE color: 2601403.
HSL color Cylindrical-coordinate representation of color #BBB127: hue angle of 55.95º 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 #BBB127 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 39 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.27 |
| HSL | 55.95º | 0.65% | 0.44% | - |
| HSV(B) | 55.95º | 0.79% | 0.73% | - |
| XYZ | 36.58 | 42.16 | 8.13 | - |
| YUV | 164.26 | 57.31 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 39 | 0 | 0.05 | 0.79 | 0.27 | 55.95 | 0.65 | 0.44 |
| Hex | BB | B1 | 27 | 0 | 5 | 4F | 1B | 38 | 41 | 2C |
| Octal | 273 | 261 | 47 | 0 | 5 | 117 | 33 | 70 | 101 | 54 |
| Binary | 10111011 | 10110001 | 100111 | 0 | 101 | 1001111 | 11011 | 111000 | 1000001 | 101100 |
Color Harmonies of #BBB127
Complementary color
Monochromatic Colors of #BBB127
Black with #BBB127
Text Example
Text Example
White with #BBB127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB127; }
p { color: rgb(187,177,39); }
H1.HeaderClassName
{
color: #BBB127;
}
.AnyTagClassName
{
color: #BBB127;
}
</style>
background-color css
<style>
a { background-color: #BBB127; }
a { background-color: rgb(187,177,39); }
div.DivClassName
{
background-color: #BBB127;
}
.BgClassName
{
background-color: #BBB127;
}
</style>
border-color css
<style>
span { border-color: #BBB127; }
span { border-color: rgb(187,177,39); }
td.TdClassName
{
border-color: #BBB127;
}
.TagClassName
{
border-color: #BBB127;
}
</style>