Shades of Earls Green #BBA42B
Tints of Earls Green #BBA42B
RGB
CMYK
RGB Variations
Color information
#BBA42B (or 0xBBA42B) is known color: Earls Green. HEX triplet: BB, A4 and 2B. RGB value is (187,164,43). Sum of RGB (Red+Green+Blue) = 187+164+43=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA42B is #445BD4. Grayscale: #9D9D9D. Windows color (decimal): -4479957 or 2860219. OLE color: 2860219.
HSL color Cylindrical-coordinate representation of color #BBA42B: hue angle of 50.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBA42B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 43 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.27 |
| HSL | 50.42º | 0.63% | 0.45% | - |
| HSV(B) | 50.42º | 0.77% | 0.73% | - |
| XYZ | 34.21 | 37.29 | 7.68 | - |
| YUV | 157.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 43 | 0 | 0.12 | 0.77 | 0.27 | 50.42 | 0.63 | 0.45 |
| Hex | BB | A4 | 2B | 0 | C | 4D | 1B | 32 | 3F | 2D |
| Octal | 273 | 244 | 53 | 0 | 14 | 115 | 33 | 62 | 77 | 55 |
| Binary | 10111011 | 10100100 | 101011 | 0 | 1100 | 1001101 | 11011 | 110010 | 111111 | 101101 |
Color Harmonies of #BBA42B
Complementary color
Monochromatic Colors of #BBA42B
Black with #BBA42B
Text Example
Text Example
White with #BBA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA42B; }
p { color: rgb(187,164,43); }
H1.HeaderClassName
{
color: #BBA42B;
}
.AnyTagClassName
{
color: #BBA42B;
}
</style>
background-color css
<style>
a { background-color: #BBA42B; }
a { background-color: rgb(187,164,43); }
div.DivClassName
{
background-color: #BBA42B;
}
.BgClassName
{
background-color: #BBA42B;
}
</style>
border-color css
<style>
span { border-color: #BBA42B; }
span { border-color: rgb(187,164,43); }
td.TdClassName
{
border-color: #BBA42B;
}
.TagClassName
{
border-color: #BBA42B;
}
</style>