Shades of Earls Green #BBA732
Tints of Earls Green #BBA732
RGB
CMYK
RGB Variations
Color information
#BBA732 (or 0xBBA732) is known color: Earls Green. HEX triplet: BB, A7 and 32. RGB value is (187,167,50). Sum of RGB (Red+Green+Blue) = 187+167+50=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA732 is #4458CD. Grayscale: #A0A0A0. Windows color (decimal): -4479182 or 3319739. OLE color: 3319739.
HSL color Cylindrical-coordinate representation of color #BBA732: hue angle of 51.24º 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 #BBA732 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 50 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.27 |
| HSL | 51.24º | 0.58% | 0.46% | - |
| HSV(B) | 51.24º | 0.73% | 0.73% | - |
| XYZ | 34.89 | 38.43 | 8.6 | - |
| YUV | 159.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 50 | 0 | 0.11 | 0.73 | 0.27 | 51.24 | 0.58 | 0.46 |
| Hex | BB | A7 | 32 | 0 | B | 49 | 1B | 33 | 3A | 2E |
| Octal | 273 | 247 | 62 | 0 | 13 | 111 | 33 | 63 | 72 | 56 |
| Binary | 10111011 | 10100111 | 110010 | 0 | 1011 | 1001001 | 11011 | 110011 | 111010 | 101110 |
Color Harmonies of #BBA732
Complementary color
Monochromatic Colors of #BBA732
Black with #BBA732
Text Example
Text Example
White with #BBA732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA732; }
p { color: rgb(187,167,50); }
H1.HeaderClassName
{
color: #BBA732;
}
.AnyTagClassName
{
color: #BBA732;
}
</style>
background-color css
<style>
a { background-color: #BBA732; }
a { background-color: rgb(187,167,50); }
div.DivClassName
{
background-color: #BBA732;
}
.BgClassName
{
background-color: #BBA732;
}
</style>
border-color css
<style>
span { border-color: #BBA732; }
span { border-color: rgb(187,167,50); }
td.TdClassName
{
border-color: #BBA732;
}
.TagClassName
{
border-color: #BBA732;
}
</style>