Shades of Earls Green #BBAE11
Tints of Earls Green #BBAE11
RGB
CMYK
RGB Variations
Color information
#BBAE11 (or 0xBBAE11) is known color: Earls Green. HEX triplet: BB, AE and 11. RGB value is (187,174,17). Sum of RGB (Red+Green+Blue) = 187+174+17=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE11 is #4451EE. Grayscale: #A0A0A0. Windows color (decimal): -4477423 or 1158843. OLE color: 1158843.
HSL color Cylindrical-coordinate representation of color #BBAE11: hue angle of 55.41º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBAE11 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 17 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.27 |
| HSL | 55.41º | 0.83% | 0.4% | - |
| HSV(B) | 55.41º | 0.91% | 0.73% | - |
| XYZ | 35.73 | 40.88 | 6.54 | - |
| YUV | 159.99 | 47.31 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 17 | 0 | 0.07 | 0.91 | 0.27 | 55.41 | 0.83 | 0.4 |
| Hex | BB | AE | 11 | 0 | 7 | 5B | 1B | 37 | 53 | 28 |
| Octal | 273 | 256 | 21 | 0 | 7 | 133 | 33 | 67 | 123 | 50 |
| Binary | 10111011 | 10101110 | 10001 | 0 | 111 | 1011011 | 11011 | 110111 | 1010011 | 101000 |
Color Harmonies of #BBAE11
Complementary color
Monochromatic Colors of #BBAE11
Black with #BBAE11
Text Example
Text Example
White with #BBAE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE11; }
p { color: rgb(187,174,17); }
H1.HeaderClassName
{
color: #BBAE11;
}
.AnyTagClassName
{
color: #BBAE11;
}
</style>
background-color css
<style>
a { background-color: #BBAE11; }
a { background-color: rgb(187,174,17); }
div.DivClassName
{
background-color: #BBAE11;
}
.BgClassName
{
background-color: #BBAE11;
}
</style>
border-color css
<style>
span { border-color: #BBAE11; }
span { border-color: rgb(187,174,17); }
td.TdClassName
{
border-color: #BBAE11;
}
.TagClassName
{
border-color: #BBAE11;
}
</style>