Shades of Earls Green #BBA92C
Tints of Earls Green #BBA92C
RGB
CMYK
RGB Variations
Color information
#BBA92C (or 0xBBA92C) is known color: Earls Green. HEX triplet: BB, A9 and 2C. RGB value is (187,169,44). Sum of RGB (Red+Green+Blue) = 187+169+44=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA92C is #4456D3. Grayscale: #A0A0A0. Windows color (decimal): -4478676 or 2927035. OLE color: 2927035.
HSL color Cylindrical-coordinate representation of color #BBA92C: hue angle of 52.45º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBA92C is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 44 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.27 |
| HSL | 52.45º | 0.62% | 0.45% | - |
| HSV(B) | 52.45º | 0.76% | 0.73% | - |
| XYZ | 35.14 | 39.12 | 8.08 | - |
| YUV | 160.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 44 | 0 | 0.10 | 0.76 | 0.27 | 52.45 | 0.62 | 0.45 |
| Hex | BB | A9 | 2C | 0 | A | 4C | 1B | 34 | 3E | 2D |
| Octal | 273 | 251 | 54 | 0 | 12 | 114 | 33 | 64 | 76 | 55 |
| Binary | 10111011 | 10101001 | 101100 | 0 | 1010 | 1001100 | 11011 | 110100 | 111110 | 101101 |
Color Harmonies of #BBA92C
Complementary color
Monochromatic Colors of #BBA92C
Black with #BBA92C
Text Example
Text Example
White with #BBA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA92C; }
p { color: rgb(187,169,44); }
H1.HeaderClassName
{
color: #BBA92C;
}
.AnyTagClassName
{
color: #BBA92C;
}
</style>
background-color css
<style>
a { background-color: #BBA92C; }
a { background-color: rgb(187,169,44); }
div.DivClassName
{
background-color: #BBA92C;
}
.BgClassName
{
background-color: #BBA92C;
}
</style>
border-color css
<style>
span { border-color: #BBA92C; }
span { border-color: rgb(187,169,44); }
td.TdClassName
{
border-color: #BBA92C;
}
.TagClassName
{
border-color: #BBA92C;
}
</style>