Shades of Earls Green #BBA52E
Tints of Earls Green #BBA52E
RGB
CMYK
RGB Variations
Color information
#BBA52E (or 0xBBA52E) is known color: Earls Green. HEX triplet: BB, A5 and 2E. RGB value is (187,165,46). Sum of RGB (Red+Green+Blue) = 187+165+46=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA52E is #445AD1. Grayscale: #9E9E9E. Windows color (decimal): -4479698 or 3057083. OLE color: 3057083.
HSL color Cylindrical-coordinate representation of color #BBA52E: hue angle of 50.64º 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 #BBA52E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.27 |
| HSL | 50.64º | 0.61% | 0.46% | - |
| HSV(B) | 50.64º | 0.75% | 0.73% | - |
| XYZ | 34.44 | 37.67 | 8.04 | - |
| YUV | 158.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 46 | 0 | 0.12 | 0.75 | 0.27 | 50.64 | 0.61 | 0.46 |
| Hex | BB | A5 | 2E | 0 | C | 4B | 1B | 33 | 3D | 2E |
| Octal | 273 | 245 | 56 | 0 | 14 | 113 | 33 | 63 | 75 | 56 |
| Binary | 10111011 | 10100101 | 101110 | 0 | 1100 | 1001011 | 11011 | 110011 | 111101 | 101110 |
Color Harmonies of #BBA52E
Complementary color
Monochromatic Colors of #BBA52E
Black with #BBA52E
Text Example
Text Example
White with #BBA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA52E; }
p { color: rgb(187,165,46); }
H1.HeaderClassName
{
color: #BBA52E;
}
.AnyTagClassName
{
color: #BBA52E;
}
</style>
background-color css
<style>
a { background-color: #BBA52E; }
a { background-color: rgb(187,165,46); }
div.DivClassName
{
background-color: #BBA52E;
}
.BgClassName
{
background-color: #BBA52E;
}
</style>
border-color css
<style>
span { border-color: #BBA52E; }
span { border-color: rgb(187,165,46); }
td.TdClassName
{
border-color: #BBA52E;
}
.TagClassName
{
border-color: #BBA52E;
}
</style>