Shades of Earls Green #B2B31E
Tints of Earls Green #B2B31E
RGB
CMYK
RGB Variations
Color information
#B2B31E (or 0xB2B31E) is known color: Earls Green. HEX triplet: B2, B3 and 1E. RGB value is (178,179,30). Sum of RGB (Red+Green+Blue) = 178+179+30=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B31E is #4D4CE1. Grayscale: #A2A2A2. Windows color (decimal): -5065954 or 2012082. OLE color: 2012082.
HSL color Cylindrical-coordinate representation of color #B2B31E: hue angle of 60.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2B31E is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 30 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.30 |
| HSL | 60.4º | 0.71% | 0.41% | - |
| HSV(B) | 60.4º | 0.83% | 0.7% | - |
| XYZ | 34.71 | 41.8 | 7.47 | - |
| YUV | 161.72 | 53.67 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 30 | 0.01 | 0 | 0.83 | 0.30 | 60.4 | 0.71 | 0.41 |
| Hex | B2 | B3 | 1E | 1 | 0 | 53 | 1E | 3C | 47 | 29 |
| Octal | 262 | 263 | 36 | 1 | 0 | 123 | 36 | 74 | 107 | 51 |
| Binary | 10110010 | 10110011 | 11110 | 1 | 0 | 1010011 | 11110 | 111100 | 1000111 | 101001 |
Color Harmonies of #B2B31E
Complementary color
Monochromatic Colors of #B2B31E
Black with #B2B31E
Text Example
Text Example
White with #B2B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B31E; }
p { color: rgb(178,179,30); }
H1.HeaderClassName
{
color: #B2B31E;
}
.AnyTagClassName
{
color: #B2B31E;
}
</style>
background-color css
<style>
a { background-color: #B2B31E; }
a { background-color: rgb(178,179,30); }
div.DivClassName
{
background-color: #B2B31E;
}
.BgClassName
{
background-color: #B2B31E;
}
</style>
border-color css
<style>
span { border-color: #B2B31E; }
span { border-color: rgb(178,179,30); }
td.TdClassName
{
border-color: #B2B31E;
}
.TagClassName
{
border-color: #B2B31E;
}
</style>