Shades of Earls Green #BBA829
Tints of Earls Green #BBA829
RGB
CMYK
RGB Variations
Color information
#BBA829 (or 0xBBA829) is known color: Earls Green. HEX triplet: BB, A8 and 29. RGB value is (187,168,41). Sum of RGB (Red+Green+Blue) = 187+168+41=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA829 is #4457D6. Grayscale: #9F9F9F. Windows color (decimal): -4478935 or 2730171. OLE color: 2730171.
HSL color Cylindrical-coordinate representation of color #BBA829: hue angle of 52.19º degrees, saturation: 0.64, 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 #BBA829 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 41 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.27 |
| HSL | 52.19º | 0.64% | 0.45% | - |
| HSV(B) | 52.19º | 0.78% | 0.73% | - |
| XYZ | 34.9 | 38.73 | 7.73 | - |
| YUV | 159.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 41 | 0 | 0.10 | 0.78 | 0.27 | 52.19 | 0.64 | 0.45 |
| Hex | BB | A8 | 29 | 0 | A | 4E | 1B | 34 | 40 | 2D |
| Octal | 273 | 250 | 51 | 0 | 12 | 116 | 33 | 64 | 100 | 55 |
| Binary | 10111011 | 10101000 | 101001 | 0 | 1010 | 1001110 | 11011 | 110100 | 1000000 | 101101 |
Color Harmonies of #BBA829
Complementary color
Monochromatic Colors of #BBA829
Black with #BBA829
Text Example
Text Example
White with #BBA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA829; }
p { color: rgb(187,168,41); }
H1.HeaderClassName
{
color: #BBA829;
}
.AnyTagClassName
{
color: #BBA829;
}
</style>
background-color css
<style>
a { background-color: #BBA829; }
a { background-color: rgb(187,168,41); }
div.DivClassName
{
background-color: #BBA829;
}
.BgClassName
{
background-color: #BBA829;
}
</style>
border-color css
<style>
span { border-color: #BBA829; }
span { border-color: rgb(187,168,41); }
td.TdClassName
{
border-color: #BBA829;
}
.TagClassName
{
border-color: #BBA829;
}
</style>