Shades of Earls Green #BBA42C
Tints of Earls Green #BBA42C
RGB
CMYK
RGB Variations
Color information
#BBA42C (or 0xBBA42C) is known color: Earls Green. HEX triplet: BB, A4 and 2C. RGB value is (187,164,44). Sum of RGB (Red+Green+Blue) = 187+164+44=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA42C is #445BD3. Grayscale: #9D9D9D. Windows color (decimal): -4479956 or 2925755. OLE color: 2925755.
HSL color Cylindrical-coordinate representation of color #BBA42C: hue angle of 50.35º degrees, saturation: 0.62, 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 #BBA42C is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 44 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.27 |
| HSL | 50.35º | 0.62% | 0.45% | - |
| HSV(B) | 50.35º | 0.76% | 0.73% | - |
| XYZ | 34.22 | 37.3 | 7.78 | - |
| YUV | 157.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 44 | 0 | 0.12 | 0.76 | 0.27 | 50.35 | 0.62 | 0.45 |
| Hex | BB | A4 | 2C | 0 | C | 4C | 1B | 32 | 3E | 2D |
| Octal | 273 | 244 | 54 | 0 | 14 | 114 | 33 | 62 | 76 | 55 |
| Binary | 10111011 | 10100100 | 101100 | 0 | 1100 | 1001100 | 11011 | 110010 | 111110 | 101101 |
Color Harmonies of #BBA42C
Complementary color
Monochromatic Colors of #BBA42C
Black with #BBA42C
Text Example
Text Example
White with #BBA42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA42C; }
p { color: rgb(187,164,44); }
H1.HeaderClassName
{
color: #BBA42C;
}
.AnyTagClassName
{
color: #BBA42C;
}
</style>
background-color css
<style>
a { background-color: #BBA42C; }
a { background-color: rgb(187,164,44); }
div.DivClassName
{
background-color: #BBA42C;
}
.BgClassName
{
background-color: #BBA42C;
}
</style>
border-color css
<style>
span { border-color: #BBA42C; }
span { border-color: rgb(187,164,44); }
td.TdClassName
{
border-color: #BBA42C;
}
.TagClassName
{
border-color: #BBA42C;
}
</style>