Shades of Earls Green #BBA62B
Tints of Earls Green #BBA62B
RGB
CMYK
RGB Variations
Color information
#BBA62B (or 0xBBA62B) is known color: Earls Green. HEX triplet: BB, A6 and 2B. RGB value is (187,166,43). Sum of RGB (Red+Green+Blue) = 187+166+43=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA62B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA62B is #4459D4. Grayscale: #9E9E9E. Windows color (decimal): -4479445 or 2860731. OLE color: 2860731.
HSL color Cylindrical-coordinate representation of color #BBA62B: hue angle of 51.25º 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 #BBA62B is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 43 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.27 |
| HSL | 51.25º | 0.63% | 0.45% | - |
| HSV(B) | 51.25º | 0.77% | 0.73% | - |
| XYZ | 34.57 | 38.01 | 7.8 | - |
| YUV | 158.26 | 62.96 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 43 | 0 | 0.11 | 0.77 | 0.27 | 51.25 | 0.63 | 0.45 |
| Hex | BB | A6 | 2B | 0 | B | 4D | 1B | 33 | 3F | 2D |
| Octal | 273 | 246 | 53 | 0 | 13 | 115 | 33 | 63 | 77 | 55 |
| Binary | 10111011 | 10100110 | 101011 | 0 | 1011 | 1001101 | 11011 | 110011 | 111111 | 101101 |
Color Harmonies of #BBA62B
Complementary color
Monochromatic Colors of #BBA62B
Black with #BBA62B
Text Example
Text Example
White with #BBA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA62B; }
p { color: rgb(187,166,43); }
H1.HeaderClassName
{
color: #BBA62B;
}
.AnyTagClassName
{
color: #BBA62B;
}
</style>
background-color css
<style>
a { background-color: #BBA62B; }
a { background-color: rgb(187,166,43); }
div.DivClassName
{
background-color: #BBA62B;
}
.BgClassName
{
background-color: #BBA62B;
}
</style>
border-color css
<style>
span { border-color: #BBA62B; }
span { border-color: rgb(187,166,43); }
td.TdClassName
{
border-color: #BBA62B;
}
.TagClassName
{
border-color: #BBA62B;
}
</style>