Shades of Earls Green #BBAD13
Tints of Earls Green #BBAD13
RGB
CMYK
RGB Variations
Color information
#BBAD13 (or 0xBBAD13) is known color: Earls Green. HEX triplet: BB, AD and 13. RGB value is (187,173,19). Sum of RGB (Red+Green+Blue) = 187+173+19=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD13 is #4452EC. Grayscale: #A0A0A0. Windows color (decimal): -4477677 or 1289659. OLE color: 1289659.
HSL color Cylindrical-coordinate representation of color #BBAD13: hue angle of 55º 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 #BBAD13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 19 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.27 |
| HSL | 55º | 0.82% | 0.4% | - |
| HSV(B) | 55º | 0.9% | 0.73% | - |
| XYZ | 35.55 | 40.5 | 6.56 | - |
| YUV | 159.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 19 | 0 | 0.07 | 0.90 | 0.27 | 55 | 0.82 | 0.4 |
| Hex | BB | AD | 13 | 0 | 7 | 5A | 1B | 37 | 52 | 28 |
| Octal | 273 | 255 | 23 | 0 | 7 | 132 | 33 | 67 | 122 | 50 |
| Binary | 10111011 | 10101101 | 10011 | 0 | 111 | 1011010 | 11011 | 110111 | 1010010 | 101000 |
Color Harmonies of #BBAD13
Complementary color
Monochromatic Colors of #BBAD13
Black with #BBAD13
Text Example
Text Example
White with #BBAD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD13; }
p { color: rgb(187,173,19); }
H1.HeaderClassName
{
color: #BBAD13;
}
.AnyTagClassName
{
color: #BBAD13;
}
</style>
background-color css
<style>
a { background-color: #BBAD13; }
a { background-color: rgb(187,173,19); }
div.DivClassName
{
background-color: #BBAD13;
}
.BgClassName
{
background-color: #BBAD13;
}
</style>
border-color css
<style>
span { border-color: #BBAD13; }
span { border-color: rgb(187,173,19); }
td.TdClassName
{
border-color: #BBAD13;
}
.TagClassName
{
border-color: #BBAD13;
}
</style>