Shades of Earls Green #BBAE17
Tints of Earls Green #BBAE17
RGB
CMYK
RGB Variations
Color information
#BBAE17 (or 0xBBAE17) is known color: Earls Green. HEX triplet: BB, AE and 17. RGB value is (187,174,23). Sum of RGB (Red+Green+Blue) = 187+174+23=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE17 is #4451E8. Grayscale: #A1A1A1. Windows color (decimal): -4477417 or 1552059. OLE color: 1552059.
HSL color Cylindrical-coordinate representation of color #BBAE17: hue angle of 55.24º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBAE17 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 23 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.27 |
| HSL | 55.24º | 0.78% | 0.41% | - |
| HSV(B) | 55.24º | 0.88% | 0.73% | - |
| XYZ | 35.78 | 40.9 | 6.82 | - |
| YUV | 160.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 23 | 0 | 0.07 | 0.88 | 0.27 | 55.24 | 0.78 | 0.41 |
| Hex | BB | AE | 17 | 0 | 7 | 58 | 1B | 37 | 4E | 29 |
| Octal | 273 | 256 | 27 | 0 | 7 | 130 | 33 | 67 | 116 | 51 |
| Binary | 10111011 | 10101110 | 10111 | 0 | 111 | 1011000 | 11011 | 110111 | 1001110 | 101001 |
Color Harmonies of #BBAE17
Complementary color
Monochromatic Colors of #BBAE17
Black with #BBAE17
Text Example
Text Example
White with #BBAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE17; }
p { color: rgb(187,174,23); }
H1.HeaderClassName
{
color: #BBAE17;
}
.AnyTagClassName
{
color: #BBAE17;
}
</style>
background-color css
<style>
a { background-color: #BBAE17; }
a { background-color: rgb(187,174,23); }
div.DivClassName
{
background-color: #BBAE17;
}
.BgClassName
{
background-color: #BBAE17;
}
</style>
border-color css
<style>
span { border-color: #BBAE17; }
span { border-color: rgb(187,174,23); }
td.TdClassName
{
border-color: #BBAE17;
}
.TagClassName
{
border-color: #BBAE17;
}
</style>