Shades of Earls Green #BBB32C
Tints of Earls Green #BBB32C
RGB
CMYK
RGB Variations
Color information
#BBB32C (or 0xBBB32C) is known color: Earls Green. HEX triplet: BB, B3 and 2C. RGB value is (187,179,44). Sum of RGB (Red+Green+Blue) = 187+179+44=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32C is #444CD3. Grayscale: #A6A6A6. Windows color (decimal): -4476116 or 2929595. OLE color: 2929595.
HSL color Cylindrical-coordinate representation of color #BBB32C: hue angle of 56.64º 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 #BBB32C is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 44 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.27 |
| HSL | 56.64º | 0.62% | 0.45% | - |
| HSV(B) | 56.64º | 0.76% | 0.73% | - |
| XYZ | 37.07 | 42.99 | 8.73 | - |
| YUV | 166 | 59.15 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 44 | 0 | 0.04 | 0.76 | 0.27 | 56.64 | 0.62 | 0.45 |
| Hex | BB | B3 | 2C | 0 | 4 | 4C | 1B | 39 | 3E | 2D |
| Octal | 273 | 263 | 54 | 0 | 4 | 114 | 33 | 71 | 76 | 55 |
| Binary | 10111011 | 10110011 | 101100 | 0 | 100 | 1001100 | 11011 | 111001 | 111110 | 101101 |
Color Harmonies of #BBB32C
Complementary color
Monochromatic Colors of #BBB32C
Black with #BBB32C
Text Example
Text Example
White with #BBB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB32C; }
p { color: rgb(187,179,44); }
H1.HeaderClassName
{
color: #BBB32C;
}
.AnyTagClassName
{
color: #BBB32C;
}
</style>
background-color css
<style>
a { background-color: #BBB32C; }
a { background-color: rgb(187,179,44); }
div.DivClassName
{
background-color: #BBB32C;
}
.BgClassName
{
background-color: #BBB32C;
}
</style>
border-color css
<style>
span { border-color: #BBB32C; }
span { border-color: rgb(187,179,44); }
td.TdClassName
{
border-color: #BBB32C;
}
.TagClassName
{
border-color: #BBB32C;
}
</style>