Shades of Earls Green #BBA827
Tints of Earls Green #BBA827
RGB
CMYK
RGB Variations
Color information
#BBA827 (or 0xBBA827) is known color: Earls Green. HEX triplet: BB, A8 and 27. RGB value is (187,168,39). Sum of RGB (Red+Green+Blue) = 187+168+39=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA827 is #4457D8. Grayscale: #9F9F9F. Windows color (decimal): -4478937 or 2599099. OLE color: 2599099.
HSL color Cylindrical-coordinate representation of color #BBA827: hue angle of 52.3º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA827 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 39 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.27 |
| HSL | 52.3º | 0.65% | 0.44% | - |
| HSV(B) | 52.3º | 0.79% | 0.73% | - |
| XYZ | 34.86 | 38.72 | 7.56 | - |
| YUV | 158.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 39 | 0 | 0.10 | 0.79 | 0.27 | 52.3 | 0.65 | 0.44 |
| Hex | BB | A8 | 27 | 0 | A | 4F | 1B | 34 | 41 | 2C |
| Octal | 273 | 250 | 47 | 0 | 12 | 117 | 33 | 64 | 101 | 54 |
| Binary | 10111011 | 10101000 | 100111 | 0 | 1010 | 1001111 | 11011 | 110100 | 1000001 | 101100 |
Color Harmonies of #BBA827
Complementary color
Monochromatic Colors of #BBA827
Black with #BBA827
Text Example
Text Example
White with #BBA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA827; }
p { color: rgb(187,168,39); }
H1.HeaderClassName
{
color: #BBA827;
}
.AnyTagClassName
{
color: #BBA827;
}
</style>
background-color css
<style>
a { background-color: #BBA827; }
a { background-color: rgb(187,168,39); }
div.DivClassName
{
background-color: #BBA827;
}
.BgClassName
{
background-color: #BBA827;
}
</style>
border-color css
<style>
span { border-color: #BBA827; }
span { border-color: rgb(187,168,39); }
td.TdClassName
{
border-color: #BBA827;
}
.TagClassName
{
border-color: #BBA827;
}
</style>