Shades of Earls Green #BBA828
Tints of Earls Green #BBA828
RGB
CMYK
RGB Variations
Color information
#BBA828 (or 0xBBA828) is known color: Earls Green. HEX triplet: BB, A8 and 28. RGB value is (187,168,40). Sum of RGB (Red+Green+Blue) = 187+168+40=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 40 (16.02% from 255 or 10.13% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA828 is #4457D7. Grayscale: #9F9F9F. Windows color (decimal): -4478936 or 2664635. OLE color: 2664635.
HSL color Cylindrical-coordinate representation of color #BBA828: hue angle of 52.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBA828 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 40 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.27 |
| HSL | 52.24º | 0.65% | 0.45% | - |
| HSV(B) | 52.24º | 0.79% | 0.73% | - |
| XYZ | 34.88 | 38.72 | 7.64 | - |
| YUV | 159.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 40 | 0 | 0.10 | 0.79 | 0.27 | 52.24 | 0.65 | 0.45 |
| Hex | BB | A8 | 28 | 0 | A | 4F | 1B | 34 | 41 | 2D |
| Octal | 273 | 250 | 50 | 0 | 12 | 117 | 33 | 64 | 101 | 55 |
| Binary | 10111011 | 10101000 | 101000 | 0 | 1010 | 1001111 | 11011 | 110100 | 1000001 | 101101 |
Color Harmonies of #BBA828
Complementary color
Monochromatic Colors of #BBA828
Black with #BBA828
Text Example
Text Example
White with #BBA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA828; }
p { color: rgb(187,168,40); }
H1.HeaderClassName
{
color: #BBA828;
}
.AnyTagClassName
{
color: #BBA828;
}
</style>
background-color css
<style>
a { background-color: #BBA828; }
a { background-color: rgb(187,168,40); }
div.DivClassName
{
background-color: #BBA828;
}
.BgClassName
{
background-color: #BBA828;
}
</style>
border-color css
<style>
span { border-color: #BBA828; }
span { border-color: rgb(187,168,40); }
td.TdClassName
{
border-color: #BBA828;
}
.TagClassName
{
border-color: #BBA828;
}
</style>