Shades of Earls Green #BEB31C
Tints of Earls Green #BEB31C
RGB
CMYK
RGB Variations
Color information
#BEB31C (or 0xBEB31C) is known color: Earls Green. HEX triplet: BE, B3 and 1C. RGB value is (190,179,28). Sum of RGB (Red+Green+Blue) = 190+179+28=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB31C is #414CE3. Grayscale: #A5A5A5. Windows color (decimal): -4279524 or 1881022. OLE color: 1881022.
HSL color Cylindrical-coordinate representation of color #BEB31C: hue angle of 55.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEB31C is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 28 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.25 |
| HSL | 55.93º | 0.74% | 0.43% | - |
| HSV(B) | 55.93º | 0.85% | 0.75% | - |
| XYZ | 37.56 | 43.27 | 7.47 | - |
| YUV | 165.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 28 | 0 | 0.06 | 0.85 | 0.25 | 55.93 | 0.74 | 0.43 |
| Hex | BE | B3 | 1C | 0 | 6 | 55 | 19 | 38 | 4A | 2B |
| Octal | 276 | 263 | 34 | 0 | 6 | 125 | 31 | 70 | 112 | 53 |
| Binary | 10111110 | 10110011 | 11100 | 0 | 110 | 1010101 | 11001 | 111000 | 1001010 | 101011 |
Color Harmonies of #BEB31C
Complementary color
Monochromatic Colors of #BEB31C
Black with #BEB31C
Text Example
Text Example
White with #BEB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB31C; }
p { color: rgb(190,179,28); }
H1.HeaderClassName
{
color: #BEB31C;
}
.AnyTagClassName
{
color: #BEB31C;
}
</style>
background-color css
<style>
a { background-color: #BEB31C; }
a { background-color: rgb(190,179,28); }
div.DivClassName
{
background-color: #BEB31C;
}
.BgClassName
{
background-color: #BEB31C;
}
</style>
border-color css
<style>
span { border-color: #BEB31C; }
span { border-color: rgb(190,179,28); }
td.TdClassName
{
border-color: #BEB31C;
}
.TagClassName
{
border-color: #BEB31C;
}
</style>