Shades of Earls Green #B3B32B
Tints of Earls Green #B3B32B
RGB
CMYK
RGB Variations
Color information
#B3B32B (or 0xB3B32B) is known color: Earls Green. HEX triplet: B3, B3 and 2B. RGB value is (179,179,43). Sum of RGB (Red+Green+Blue) = 179+179+43=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B32B is #4C4CD4. Grayscale: #A4A4A4. Windows color (decimal): -5000405 or 2864051. OLE color: 2864051.
HSL color Cylindrical-coordinate representation of color #B3B32B: hue angle of 60º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3B32B is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 43 | - |
| CMYK | 0 | 0 | 0.76 | 0.30 |
| HSL | 60º | 0.61% | 0.44% | - |
| HSV(B) | 60º | 0.76% | 0.7% | - |
| XYZ | 35.15 | 42 | 8.54 | - |
| YUV | 163.5 | 60 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 43 | 0 | 0 | 0.76 | 0.30 | 60 | 0.61 | 0.44 |
| Hex | B3 | B3 | 2B | 0 | 0 | 4C | 1E | 3C | 3D | 2C |
| Octal | 263 | 263 | 53 | 0 | 0 | 114 | 36 | 74 | 75 | 54 |
| Binary | 10110011 | 10110011 | 101011 | 0 | 0 | 1001100 | 11110 | 111100 | 111101 | 101100 |
Color Harmonies of #B3B32B
Complementary color
Monochromatic Colors of #B3B32B
Black with #B3B32B
Text Example
Text Example
White with #B3B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B32B; }
p { color: rgb(179,179,43); }
H1.HeaderClassName
{
color: #B3B32B;
}
.AnyTagClassName
{
color: #B3B32B;
}
</style>
background-color css
<style>
a { background-color: #B3B32B; }
a { background-color: rgb(179,179,43); }
div.DivClassName
{
background-color: #B3B32B;
}
.BgClassName
{
background-color: #B3B32B;
}
</style>
border-color css
<style>
span { border-color: #B3B32B; }
span { border-color: rgb(179,179,43); }
td.TdClassName
{
border-color: #B3B32B;
}
.TagClassName
{
border-color: #B3B32B;
}
</style>