Shades of Earls Green #BBB11D
Tints of Earls Green #BBB11D
RGB
CMYK
RGB Variations
Color information
#BBB11D (or 0xBBB11D) is known color: Earls Green. HEX triplet: BB, B1 and 1D. RGB value is (187,177,29). Sum of RGB (Red+Green+Blue) = 187+177+29=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB11D is #444EE2. Grayscale: #A3A3A3. Windows color (decimal): -4476643 or 1946043. OLE color: 1946043.
HSL color Cylindrical-coordinate representation of color #BBB11D: hue angle of 56.2º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBB11D is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 29 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.27 |
| HSL | 56.2º | 0.73% | 0.42% | - |
| HSV(B) | 56.2º | 0.84% | 0.73% | - |
| XYZ | 36.44 | 42.1 | 7.37 | - |
| YUV | 163.12 | 52.31 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 29 | 0 | 0.05 | 0.84 | 0.27 | 56.2 | 0.73 | 0.42 |
| Hex | BB | B1 | 1D | 0 | 5 | 54 | 1B | 38 | 49 | 2A |
| Octal | 273 | 261 | 35 | 0 | 5 | 124 | 33 | 70 | 111 | 52 |
| Binary | 10111011 | 10110001 | 11101 | 0 | 101 | 1010100 | 11011 | 111000 | 1001001 | 101010 |
Color Harmonies of #BBB11D
Complementary color
Monochromatic Colors of #BBB11D
Black with #BBB11D
Text Example
Text Example
White with #BBB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB11D; }
p { color: rgb(187,177,29); }
H1.HeaderClassName
{
color: #BBB11D;
}
.AnyTagClassName
{
color: #BBB11D;
}
</style>
background-color css
<style>
a { background-color: #BBB11D; }
a { background-color: rgb(187,177,29); }
div.DivClassName
{
background-color: #BBB11D;
}
.BgClassName
{
background-color: #BBB11D;
}
</style>
border-color css
<style>
span { border-color: #BBB11D; }
span { border-color: rgb(187,177,29); }
td.TdClassName
{
border-color: #BBB11D;
}
.TagClassName
{
border-color: #BBB11D;
}
</style>