Shades of Earls Green #BBA832
Tints of Earls Green #BBA832
RGB
CMYK
RGB Variations
Color information
#BBA832 (or 0xBBA832) is known color: Earls Green. HEX triplet: BB, A8 and 32. RGB value is (187,168,50). Sum of RGB (Red+Green+Blue) = 187+168+50=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 50 (19.92% from 255 or 12.35% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA832 is #4457CD. Grayscale: #A0A0A0. Windows color (decimal): -4478926 or 3319995. OLE color: 3319995.
HSL color Cylindrical-coordinate representation of color #BBA832: hue angle of 51.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BBA832 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 50 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.27 |
| HSL | 51.68º | 0.58% | 0.46% | - |
| HSV(B) | 51.68º | 0.73% | 0.73% | - |
| XYZ | 35.07 | 38.8 | 8.66 | - |
| YUV | 160.23 | 65.79 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 50 | 0 | 0.10 | 0.73 | 0.27 | 51.68 | 0.58 | 0.46 |
| Hex | BB | A8 | 32 | 0 | A | 49 | 1B | 34 | 3A | 2E |
| Octal | 273 | 250 | 62 | 0 | 12 | 111 | 33 | 64 | 72 | 56 |
| Binary | 10111011 | 10101000 | 110010 | 0 | 1010 | 1001001 | 11011 | 110100 | 111010 | 101110 |
Color Harmonies of #BBA832
Complementary color
Monochromatic Colors of #BBA832
Black with #BBA832
Text Example
Text Example
White with #BBA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA832; }
p { color: rgb(187,168,50); }
H1.HeaderClassName
{
color: #BBA832;
}
.AnyTagClassName
{
color: #BBA832;
}
</style>
background-color css
<style>
a { background-color: #BBA832; }
a { background-color: rgb(187,168,50); }
div.DivClassName
{
background-color: #BBA832;
}
.BgClassName
{
background-color: #BBA832;
}
</style>
border-color css
<style>
span { border-color: #BBA832; }
span { border-color: rgb(187,168,50); }
td.TdClassName
{
border-color: #BBA832;
}
.TagClassName
{
border-color: #BBA832;
}
</style>