Shades of Earls Green #B2B31D
Tints of Earls Green #B2B31D
RGB
CMYK
RGB Variations
Color information
#B2B31D (or 0xB2B31D) is known color: Earls Green. HEX triplet: B2, B3 and 1D. RGB value is (178,179,29). Sum of RGB (Red+Green+Blue) = 178+179+29=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B31D is #4D4CE2. Grayscale: #A2A2A2. Windows color (decimal): -5065955 or 1946546. OLE color: 1946546.
HSL color Cylindrical-coordinate representation of color #B2B31D: hue angle of 60.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2B31D is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 29 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.30 |
| HSL | 60.4º | 0.72% | 0.41% | - |
| HSV(B) | 60.4º | 0.84% | 0.7% | - |
| XYZ | 34.7 | 41.79 | 7.4 | - |
| YUV | 161.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 29 | 0.01 | 0 | 0.84 | 0.30 | 60.4 | 0.72 | 0.41 |
| Hex | B2 | B3 | 1D | 1 | 0 | 54 | 1E | 3C | 48 | 29 |
| Octal | 262 | 263 | 35 | 1 | 0 | 124 | 36 | 74 | 110 | 51 |
| Binary | 10110010 | 10110011 | 11101 | 1 | 0 | 1010100 | 11110 | 111100 | 1001000 | 101001 |
Color Harmonies of #B2B31D
Complementary color
Monochromatic Colors of #B2B31D
Black with #B2B31D
Text Example
Text Example
White with #B2B31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B31D; }
p { color: rgb(178,179,29); }
H1.HeaderClassName
{
color: #B2B31D;
}
.AnyTagClassName
{
color: #B2B31D;
}
</style>
background-color css
<style>
a { background-color: #B2B31D; }
a { background-color: rgb(178,179,29); }
div.DivClassName
{
background-color: #B2B31D;
}
.BgClassName
{
background-color: #B2B31D;
}
</style>
border-color css
<style>
span { border-color: #B2B31D; }
span { border-color: rgb(178,179,29); }
td.TdClassName
{
border-color: #B2B31D;
}
.TagClassName
{
border-color: #B2B31D;
}
</style>