Shades of Earls Green #BBA72A
Tints of Earls Green #BBA72A
RGB
CMYK
RGB Variations
Color information
#BBA72A (or 0xBBA72A) is known color: Earls Green. HEX triplet: BB, A7 and 2A. RGB value is (187,167,42). Sum of RGB (Red+Green+Blue) = 187+167+42=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA72A is #4458D5. Grayscale: #9F9F9F. Windows color (decimal): -4479190 or 2795451. OLE color: 2795451.
HSL color Cylindrical-coordinate representation of color #BBA72A: hue angle of 51.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBA72A is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 42 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.27 |
| HSL | 51.72º | 0.63% | 0.45% | - |
| HSV(B) | 51.72º | 0.78% | 0.73% | - |
| XYZ | 34.73 | 38.37 | 7.77 | - |
| YUV | 158.73 | 62.13 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 42 | 0 | 0.11 | 0.78 | 0.27 | 51.72 | 0.63 | 0.45 |
| Hex | BB | A7 | 2A | 0 | B | 4E | 1B | 34 | 3F | 2D |
| Octal | 273 | 247 | 52 | 0 | 13 | 116 | 33 | 64 | 77 | 55 |
| Binary | 10111011 | 10100111 | 101010 | 0 | 1011 | 1001110 | 11011 | 110100 | 111111 | 101101 |
Color Harmonies of #BBA72A
Complementary color
Monochromatic Colors of #BBA72A
Black with #BBA72A
Text Example
Text Example
White with #BBA72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA72A; }
p { color: rgb(187,167,42); }
H1.HeaderClassName
{
color: #BBA72A;
}
.AnyTagClassName
{
color: #BBA72A;
}
</style>
background-color css
<style>
a { background-color: #BBA72A; }
a { background-color: rgb(187,167,42); }
div.DivClassName
{
background-color: #BBA72A;
}
.BgClassName
{
background-color: #BBA72A;
}
</style>
border-color css
<style>
span { border-color: #BBA72A; }
span { border-color: rgb(187,167,42); }
td.TdClassName
{
border-color: #BBA72A;
}
.TagClassName
{
border-color: #BBA72A;
}
</style>