Shades of Earls Green #BBB328
Tints of Earls Green #BBB328
RGB
CMYK
RGB Variations
Color information
#BBB328 (or 0xBBB328) is known color: Earls Green. HEX triplet: BB, B3 and 28. RGB value is (187,179,40). Sum of RGB (Red+Green+Blue) = 187+179+40=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB328 is #444CD7. Grayscale: #A6A6A6. Windows color (decimal): -4476120 or 2667451. OLE color: 2667451.
HSL color Cylindrical-coordinate representation of color #BBB328: hue angle of 56.73º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBB328 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 179 | 40 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.27 |
| HSL | 56.73º | 0.65% | 0.45% | - |
| HSV(B) | 56.73º | 0.79% | 0.73% | - |
| XYZ | 37 | 42.96 | 8.35 | - |
| YUV | 165.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 40 | 0 | 0.04 | 0.79 | 0.27 | 56.73 | 0.65 | 0.45 |
| Hex | BB | B3 | 28 | 0 | 4 | 4F | 1B | 39 | 41 | 2D |
| Octal | 273 | 263 | 50 | 0 | 4 | 117 | 33 | 71 | 101 | 55 |
| Binary | 10111011 | 10110011 | 101000 | 0 | 100 | 1001111 | 11011 | 111001 | 1000001 | 101101 |
Color Harmonies of #BBB328
Complementary color
Monochromatic Colors of #BBB328
Black with #BBB328
Text Example
Text Example
White with #BBB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB328; }
p { color: rgb(187,179,40); }
H1.HeaderClassName
{
color: #BBB328;
}
.AnyTagClassName
{
color: #BBB328;
}
</style>
background-color css
<style>
a { background-color: #BBB328; }
a { background-color: rgb(187,179,40); }
div.DivClassName
{
background-color: #BBB328;
}
.BgClassName
{
background-color: #BBB328;
}
</style>
border-color css
<style>
span { border-color: #BBB328; }
span { border-color: rgb(187,179,40); }
td.TdClassName
{
border-color: #BBB328;
}
.TagClassName
{
border-color: #BBB328;
}
</style>