Shades of Earls Green #BBB32F
Tints of Earls Green #BBB32F
RGB
CMYK
RGB Variations
Color information
#BBB32F (or 0xBBB32F) is known color: Earls Green. HEX triplet: BB, B3 and 2F. RGB value is (187,179,47). Sum of RGB (Red+Green+Blue) = 187+179+47=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32F is #444CD0. Grayscale: #A6A6A6. Windows color (decimal): -4476113 or 3126203. OLE color: 3126203.
HSL color Cylindrical-coordinate representation of color #BBB32F: hue angle of 56.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBB32F is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 47 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.27 |
| HSL | 56.57º | 0.6% | 0.46% | - |
| HSV(B) | 56.57º | 0.75% | 0.73% | - |
| XYZ | 37.13 | 43.01 | 9.03 | - |
| YUV | 166.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 47 | 0 | 0.04 | 0.75 | 0.27 | 56.57 | 0.6 | 0.46 |
| Hex | BB | B3 | 2F | 0 | 4 | 4B | 1B | 39 | 3C | 2E |
| Octal | 273 | 263 | 57 | 0 | 4 | 113 | 33 | 71 | 74 | 56 |
| Binary | 10111011 | 10110011 | 101111 | 0 | 100 | 1001011 | 11011 | 111001 | 111100 | 101110 |
Color Harmonies of #BBB32F
Complementary color
Monochromatic Colors of #BBB32F
Black with #BBB32F
Text Example
Text Example
White with #BBB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB32F; }
p { color: rgb(187,179,47); }
H1.HeaderClassName
{
color: #BBB32F;
}
.AnyTagClassName
{
color: #BBB32F;
}
</style>
background-color css
<style>
a { background-color: #BBB32F; }
a { background-color: rgb(187,179,47); }
div.DivClassName
{
background-color: #BBB32F;
}
.BgClassName
{
background-color: #BBB32F;
}
</style>
border-color css
<style>
span { border-color: #BBB32F; }
span { border-color: rgb(187,179,47); }
td.TdClassName
{
border-color: #BBB32F;
}
.TagClassName
{
border-color: #BBB32F;
}
</style>