Shades of Earls Green #B3B322
Tints of Earls Green #B3B322
RGB
CMYK
RGB Variations
Color information
#B3B322 (or 0xB3B322) is known color: Earls Green. HEX triplet: B3, B3 and 22. RGB value is (179,179,34). Sum of RGB (Red+Green+Blue) = 179+179+34=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 34 (13.67% from 255 or 8.67% from 392); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B322 is #4C4CDD. Grayscale: #A3A3A3. Windows color (decimal): -5000414 or 2274227. OLE color: 2274227.
HSL color Cylindrical-coordinate representation of color #B3B322: hue angle of 60º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3B322 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 34 | - |
| CMYK | 0 | 0 | 0.81 | 0.30 |
| HSL | 60º | 0.68% | 0.42% | - |
| HSV(B) | 60º | 0.81% | 0.7% | - |
| XYZ | 35 | 41.94 | 7.76 | - |
| YUV | 162.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 34 | 0 | 0 | 0.81 | 0.30 | 60 | 0.68 | 0.42 |
| Hex | B3 | B3 | 22 | 0 | 0 | 51 | 1E | 3C | 44 | 2A |
| Octal | 263 | 263 | 42 | 0 | 0 | 121 | 36 | 74 | 104 | 52 |
| Binary | 10110011 | 10110011 | 100010 | 0 | 0 | 1010001 | 11110 | 111100 | 1000100 | 101010 |
Color Harmonies of #B3B322
Complementary color
Monochromatic Colors of #B3B322
Black with #B3B322
Text Example
Text Example
White with #B3B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B322; }
p { color: rgb(179,179,34); }
H1.HeaderClassName
{
color: #B3B322;
}
.AnyTagClassName
{
color: #B3B322;
}
</style>
background-color css
<style>
a { background-color: #B3B322; }
a { background-color: rgb(179,179,34); }
div.DivClassName
{
background-color: #B3B322;
}
.BgClassName
{
background-color: #B3B322;
}
</style>
border-color css
<style>
span { border-color: #B3B322; }
span { border-color: rgb(179,179,34); }
td.TdClassName
{
border-color: #B3B322;
}
.TagClassName
{
border-color: #B3B322;
}
</style>