Shades of Earls Green #BBA730
Tints of Earls Green #BBA730
RGB
CMYK
RGB Variations
Color information
#BBA730 (or 0xBBA730) is known color: Earls Green. HEX triplet: BB, A7 and 30. RGB value is (187,167,48). Sum of RGB (Red+Green+Blue) = 187+167+48=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA730 is #4458CF. Grayscale: #9F9F9F. Windows color (decimal): -4479184 or 3188667. OLE color: 3188667.
HSL color Cylindrical-coordinate representation of color #BBA730: hue angle of 51.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBA730 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 48 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.27 |
| HSL | 51.37º | 0.59% | 0.46% | - |
| HSV(B) | 51.37º | 0.74% | 0.73% | - |
| XYZ | 34.85 | 38.42 | 8.37 | - |
| YUV | 159.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 48 | 0 | 0.11 | 0.74 | 0.27 | 51.37 | 0.59 | 0.46 |
| Hex | BB | A7 | 30 | 0 | B | 4A | 1B | 33 | 3B | 2E |
| Octal | 273 | 247 | 60 | 0 | 13 | 112 | 33 | 63 | 73 | 56 |
| Binary | 10111011 | 10100111 | 110000 | 0 | 1011 | 1001010 | 11011 | 110011 | 111011 | 101110 |
Color Harmonies of #BBA730
Complementary color
Monochromatic Colors of #BBA730
Black with #BBA730
Text Example
Text Example
White with #BBA730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA730; }
p { color: rgb(187,167,48); }
H1.HeaderClassName
{
color: #BBA730;
}
.AnyTagClassName
{
color: #BBA730;
}
</style>
background-color css
<style>
a { background-color: #BBA730; }
a { background-color: rgb(187,167,48); }
div.DivClassName
{
background-color: #BBA730;
}
.BgClassName
{
background-color: #BBA730;
}
</style>
border-color css
<style>
span { border-color: #BBA730; }
span { border-color: rgb(187,167,48); }
td.TdClassName
{
border-color: #BBA730;
}
.TagClassName
{
border-color: #BBA730;
}
</style>