Shades of Earls Green #BBAC13
Tints of Earls Green #BBAC13
RGB
CMYK
RGB Variations
Color information
#BBAC13 (or 0xBBAC13) is known color: Earls Green. HEX triplet: BB, AC and 13. RGB value is (187,172,19). Sum of RGB (Red+Green+Blue) = 187+172+19=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC13 is #4453EC. Grayscale: #9F9F9F. Windows color (decimal): -4477933 or 1289403. OLE color: 1289403.
HSL color Cylindrical-coordinate representation of color #BBAC13: hue angle of 54.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBAC13 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 19 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.27 |
| HSL | 54.64º | 0.82% | 0.4% | - |
| HSV(B) | 54.64º | 0.9% | 0.73% | - |
| XYZ | 35.36 | 40.12 | 6.5 | - |
| YUV | 159.04 | 48.97 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 19 | 0 | 0.08 | 0.90 | 0.27 | 54.64 | 0.82 | 0.4 |
| Hex | BB | AC | 13 | 0 | 8 | 5A | 1B | 37 | 52 | 28 |
| Octal | 273 | 254 | 23 | 0 | 10 | 132 | 33 | 67 | 122 | 50 |
| Binary | 10111011 | 10101100 | 10011 | 0 | 1000 | 1011010 | 11011 | 110111 | 1010010 | 101000 |
Color Harmonies of #BBAC13
Complementary color
Monochromatic Colors of #BBAC13
Black with #BBAC13
Text Example
Text Example
White with #BBAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC13; }
p { color: rgb(187,172,19); }
H1.HeaderClassName
{
color: #BBAC13;
}
.AnyTagClassName
{
color: #BBAC13;
}
</style>
background-color css
<style>
a { background-color: #BBAC13; }
a { background-color: rgb(187,172,19); }
div.DivClassName
{
background-color: #BBAC13;
}
.BgClassName
{
background-color: #BBAC13;
}
</style>
border-color css
<style>
span { border-color: #BBAC13; }
span { border-color: rgb(187,172,19); }
td.TdClassName
{
border-color: #BBAC13;
}
.TagClassName
{
border-color: #BBAC13;
}
</style>