Shades of Earls Green #B3B021
Tints of Earls Green #B3B021
RGB
CMYK
RGB Variations
Color information
#B3B021 (or 0xB3B021) is known color: Earls Green. HEX triplet: B3, B0 and 21. RGB value is (179,176,33). Sum of RGB (Red+Green+Blue) = 179+176+33=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B021 is #4C4FDE. Grayscale: #A1A1A1. Windows color (decimal): -5001183 or 2207923. OLE color: 2207923.
HSL color Cylindrical-coordinate representation of color #B3B021: hue angle of 58.77º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3B021 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 176 | 33 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.30 |
| HSL | 58.77º | 0.69% | 0.42% | - |
| HSV(B) | 58.77º | 0.82% | 0.7% | - |
| XYZ | 34.39 | 40.74 | 7.49 | - |
| YUV | 160.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 176 | 33 | 0 | 0.02 | 0.82 | 0.30 | 58.77 | 0.69 | 0.42 |
| Hex | B3 | B0 | 21 | 0 | 2 | 52 | 1E | 3B | 45 | 2A |
| Octal | 263 | 260 | 41 | 0 | 2 | 122 | 36 | 73 | 105 | 52 |
| Binary | 10110011 | 10110000 | 100001 | 0 | 10 | 1010010 | 11110 | 111011 | 1000101 | 101010 |
Color Harmonies of #B3B021
Complementary color
Monochromatic Colors of #B3B021
Black with #B3B021
Text Example
Text Example
White with #B3B021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B021; }
p { color: rgb(179,176,33); }
H1.HeaderClassName
{
color: #B3B021;
}
.AnyTagClassName
{
color: #B3B021;
}
</style>
background-color css
<style>
a { background-color: #B3B021; }
a { background-color: rgb(179,176,33); }
div.DivClassName
{
background-color: #B3B021;
}
.BgClassName
{
background-color: #B3B021;
}
</style>
border-color css
<style>
span { border-color: #B3B021; }
span { border-color: rgb(179,176,33); }
td.TdClassName
{
border-color: #B3B021;
}
.TagClassName
{
border-color: #B3B021;
}
</style>