Shades of Earls Green #BBAB0D
Tints of Earls Green #BBAB0D
RGB
CMYK
RGB Variations
Color information
#BBAB0D (or 0xBBAB0D) is known color: Earls Green. HEX triplet: BB, AB and 0D. RGB value is (187,171,13). Sum of RGB (Red+Green+Blue) = 187+171+13=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB0D is #4454F2. Grayscale: #9E9E9E. Windows color (decimal): -4478195 or 895931. OLE color: 895931.
HSL color Cylindrical-coordinate representation of color #BBAB0D: hue angle of 54.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBAB0D is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 13 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.27 |
| HSL | 54.48º | 0.87% | 0.39% | - |
| HSV(B) | 54.48º | 0.93% | 0.73% | - |
| XYZ | 35.13 | 39.72 | 6.2 | - |
| YUV | 157.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 13 | 0 | 0.09 | 0.93 | 0.27 | 54.48 | 0.87 | 0.39 |
| Hex | BB | AB | D | 0 | 9 | 5D | 1B | 36 | 57 | 27 |
| Octal | 273 | 253 | 15 | 0 | 11 | 135 | 33 | 66 | 127 | 47 |
| Binary | 10111011 | 10101011 | 1101 | 0 | 1001 | 1011101 | 11011 | 110110 | 1010111 | 100111 |
Color Harmonies of #BBAB0D
Complementary color
Monochromatic Colors of #BBAB0D
Black with #BBAB0D
Text Example
Text Example
White with #BBAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB0D; }
p { color: rgb(187,171,13); }
H1.HeaderClassName
{
color: #BBAB0D;
}
.AnyTagClassName
{
color: #BBAB0D;
}
</style>
background-color css
<style>
a { background-color: #BBAB0D; }
a { background-color: rgb(187,171,13); }
div.DivClassName
{
background-color: #BBAB0D;
}
.BgClassName
{
background-color: #BBAB0D;
}
</style>
border-color css
<style>
span { border-color: #BBAB0D; }
span { border-color: rgb(187,171,13); }
td.TdClassName
{
border-color: #BBAB0D;
}
.TagClassName
{
border-color: #BBAB0D;
}
</style>