Shades of Earls Green #BBA42E
Tints of Earls Green #BBA42E
RGB
CMYK
RGB Variations
Color information
#BBA42E (or 0xBBA42E) is known color: Earls Green. HEX triplet: BB, A4 and 2E. RGB value is (187,164,46). Sum of RGB (Red+Green+Blue) = 187+164+46=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA42E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA42E is #445BD1. Grayscale: #9D9D9D. Windows color (decimal): -4479954 or 3056827. OLE color: 3056827.
HSL color Cylindrical-coordinate representation of color #BBA42E: hue angle of 50.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBA42E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.21º | 0.61% | 0.46% | - |
| HSV(B) | 50.21º | 0.75% | 0.73% | - |
| XYZ | 34.26 | 37.31 | 7.98 | - |
| YUV | 157.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.21 | 0.61 | 0.46 |
| Hex | BB | A4 | 2E | 0 | C | 4B | 1B | 32 | 3D | 2E |
| Octal | 273 | 244 | 56 | 0 | 14 | 113 | 33 | 62 | 75 | 56 |
| Binary | 10111011 | 10100100 | 101110 | 0 | 1100 | 1001011 | 11011 | 110010 | 111101 | 101110 |
Color Harmonies of #BBA42E
Complementary color
Monochromatic Colors of #BBA42E
Black with #BBA42E
Text Example
Text Example
White with #BBA42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA42E; }
p { color: rgb(187,164,46); }
H1.HeaderClassName
{
color: #BBA42E;
}
.AnyTagClassName
{
color: #BBA42E;
}
</style>
background-color css
<style>
a { background-color: #BBA42E; }
a { background-color: rgb(187,164,46); }
div.DivClassName
{
background-color: #BBA42E;
}
.BgClassName
{
background-color: #BBA42E;
}
</style>
border-color css
<style>
span { border-color: #BBA42E; }
span { border-color: rgb(187,164,46); }
td.TdClassName
{
border-color: #BBA42E;
}
.TagClassName
{
border-color: #BBA42E;
}
</style>