Shades of Earls Green #BBB01D
Tints of Earls Green #BBB01D
RGB
CMYK
RGB Variations
Color information
#BBB01D (or 0xBBB01D) is known color: Earls Green. HEX triplet: BB, B0 and 1D. RGB value is (187,176,29). Sum of RGB (Red+Green+Blue) = 187+176+29=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB01D is #444FE2. Grayscale: #A3A3A3. Windows color (decimal): -4476899 or 1945787. OLE color: 1945787.
HSL color Cylindrical-coordinate representation of color #BBB01D: hue angle of 55.82º 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 #BBB01D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 176 | 29 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.27 |
| HSL | 55.82º | 0.73% | 0.42% | - |
| HSV(B) | 55.82º | 0.84% | 0.73% | - |
| XYZ | 36.24 | 41.7 | 7.3 | - |
| YUV | 162.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 29 | 0 | 0.06 | 0.84 | 0.27 | 55.82 | 0.73 | 0.42 |
| Hex | BB | B0 | 1D | 0 | 6 | 54 | 1B | 38 | 49 | 2A |
| Octal | 273 | 260 | 35 | 0 | 6 | 124 | 33 | 70 | 111 | 52 |
| Binary | 10111011 | 10110000 | 11101 | 0 | 110 | 1010100 | 11011 | 111000 | 1001001 | 101010 |
Color Harmonies of #BBB01D
Complementary color
Monochromatic Colors of #BBB01D
Black with #BBB01D
Text Example
Text Example
White with #BBB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB01D; }
p { color: rgb(187,176,29); }
H1.HeaderClassName
{
color: #BBB01D;
}
.AnyTagClassName
{
color: #BBB01D;
}
</style>
background-color css
<style>
a { background-color: #BBB01D; }
a { background-color: rgb(187,176,29); }
div.DivClassName
{
background-color: #BBB01D;
}
.BgClassName
{
background-color: #BBB01D;
}
</style>
border-color css
<style>
span { border-color: #BBB01D; }
span { border-color: rgb(187,176,29); }
td.TdClassName
{
border-color: #BBB01D;
}
.TagClassName
{
border-color: #BBB01D;
}
</style>