Shades of Earls Green #BBA930
Tints of Earls Green #BBA930
RGB
CMYK
RGB Variations
Color information
#BBA930 (or 0xBBA930) is known color: Earls Green. HEX triplet: BB, A9 and 30. RGB value is (187,169,48). Sum of RGB (Red+Green+Blue) = 187+169+48=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA930 is #4456CF. Grayscale: #A1A1A1. Windows color (decimal): -4478672 or 3189179. OLE color: 3189179.
HSL color Cylindrical-coordinate representation of color #BBA930: hue angle of 52.23º 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 #BBA930 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 48 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.27 |
| HSL | 52.23º | 0.59% | 0.46% | - |
| HSV(B) | 52.23º | 0.74% | 0.73% | - |
| XYZ | 35.21 | 39.15 | 8.5 | - |
| YUV | 160.59 | 64.46 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 48 | 0 | 0.10 | 0.74 | 0.27 | 52.23 | 0.59 | 0.46 |
| Hex | BB | A9 | 30 | 0 | A | 4A | 1B | 34 | 3B | 2E |
| Octal | 273 | 251 | 60 | 0 | 12 | 112 | 33 | 64 | 73 | 56 |
| Binary | 10111011 | 10101001 | 110000 | 0 | 1010 | 1001010 | 11011 | 110100 | 111011 | 101110 |
Color Harmonies of #BBA930
Complementary color
Monochromatic Colors of #BBA930
Black with #BBA930
Text Example
Text Example
White with #BBA930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA930; }
p { color: rgb(187,169,48); }
H1.HeaderClassName
{
color: #BBA930;
}
.AnyTagClassName
{
color: #BBA930;
}
</style>
background-color css
<style>
a { background-color: #BBA930; }
a { background-color: rgb(187,169,48); }
div.DivClassName
{
background-color: #BBA930;
}
.BgClassName
{
background-color: #BBA930;
}
</style>
border-color css
<style>
span { border-color: #BBA930; }
span { border-color: rgb(187,169,48); }
td.TdClassName
{
border-color: #BBA930;
}
.TagClassName
{
border-color: #BBA930;
}
</style>