Shades of Earls Green #BBA32D
Tints of Earls Green #BBA32D
RGB
CMYK
RGB Variations
Color information
#BBA32D (or 0xBBA32D) is known color: Earls Green. HEX triplet: BB, A3 and 2D. RGB value is (187,163,45). Sum of RGB (Red+Green+Blue) = 187+163+45=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA32D is #445CD2. Grayscale: #9D9D9D. Windows color (decimal): -4480211 or 2991035. OLE color: 2991035.
HSL color Cylindrical-coordinate representation of color #BBA32D: hue angle of 49.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA32D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 45 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.27 |
| HSL | 49.86º | 0.61% | 0.45% | - |
| HSV(B) | 49.86º | 0.76% | 0.73% | - |
| XYZ | 34.06 | 36.95 | 7.82 | - |
| YUV | 156.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 45 | 0 | 0.13 | 0.76 | 0.27 | 49.86 | 0.61 | 0.45 |
| Hex | BB | A3 | 2D | 0 | D | 4C | 1B | 32 | 3D | 2D |
| Octal | 273 | 243 | 55 | 0 | 15 | 114 | 33 | 62 | 75 | 55 |
| Binary | 10111011 | 10100011 | 101101 | 0 | 1101 | 1001100 | 11011 | 110010 | 111101 | 101101 |
Color Harmonies of #BBA32D
Complementary color
Monochromatic Colors of #BBA32D
Black with #BBA32D
Text Example
Text Example
White with #BBA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA32D; }
p { color: rgb(187,163,45); }
H1.HeaderClassName
{
color: #BBA32D;
}
.AnyTagClassName
{
color: #BBA32D;
}
</style>
background-color css
<style>
a { background-color: #BBA32D; }
a { background-color: rgb(187,163,45); }
div.DivClassName
{
background-color: #BBA32D;
}
.BgClassName
{
background-color: #BBA32D;
}
</style>
border-color css
<style>
span { border-color: #BBA32D; }
span { border-color: rgb(187,163,45); }
td.TdClassName
{
border-color: #BBA32D;
}
.TagClassName
{
border-color: #BBA32D;
}
</style>