Shades of Earls Green #B5B31C
Tints of Earls Green #B5B31C
RGB
CMYK
RGB Variations
Color information
#B5B31C (or 0xB5B31C) is known color: Earls Green. HEX triplet: B5, B3 and 1C. RGB value is (181,179,28). Sum of RGB (Red+Green+Blue) = 181+179+28=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B31C is #4A4CE3. Grayscale: #A2A2A2. Windows color (decimal): -4869348 or 1881013. OLE color: 1881013.
HSL color Cylindrical-coordinate representation of color #B5B31C: hue angle of 59.22º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5B31C is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 28 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.29 |
| HSL | 59.22º | 0.73% | 0.41% | - |
| HSV(B) | 59.22º | 0.85% | 0.71% | - |
| XYZ | 35.39 | 42.15 | 7.37 | - |
| YUV | 162.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 28 | 0 | 0.01 | 0.85 | 0.29 | 59.22 | 0.73 | 0.41 |
| Hex | B5 | B3 | 1C | 0 | 1 | 55 | 1D | 3B | 49 | 29 |
| Octal | 265 | 263 | 34 | 0 | 1 | 125 | 35 | 73 | 111 | 51 |
| Binary | 10110101 | 10110011 | 11100 | 0 | 1 | 1010101 | 11101 | 111011 | 1001001 | 101001 |
Color Harmonies of #B5B31C
Complementary color
Monochromatic Colors of #B5B31C
Black with #B5B31C
Text Example
Text Example
White with #B5B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B31C; }
p { color: rgb(181,179,28); }
H1.HeaderClassName
{
color: #B5B31C;
}
.AnyTagClassName
{
color: #B5B31C;
}
</style>
background-color css
<style>
a { background-color: #B5B31C; }
a { background-color: rgb(181,179,28); }
div.DivClassName
{
background-color: #B5B31C;
}
.BgClassName
{
background-color: #B5B31C;
}
</style>
border-color css
<style>
span { border-color: #B5B31C; }
span { border-color: rgb(181,179,28); }
td.TdClassName
{
border-color: #B5B31C;
}
.TagClassName
{
border-color: #B5B31C;
}
</style>