Shades of Earls Green #BEB115
Tints of Earls Green #BEB115
RGB
CMYK
RGB Variations
Color information
#BEB115 (or 0xBEB115) is known color: Earls Green. HEX triplet: BE, B1 and 15. RGB value is (190,177,21). Sum of RGB (Red+Green+Blue) = 190+177+21=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB115 is #414EEA. Grayscale: #A3A3A3. Windows color (decimal): -4280043 or 1421758. OLE color: 1421758.
HSL color Cylindrical-coordinate representation of color #BEB115: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEB115 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 21 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.25 |
| HSL | 55.38º | 0.8% | 0.41% | - |
| HSV(B) | 55.38º | 0.89% | 0.75% | - |
| XYZ | 37.09 | 42.45 | 6.95 | - |
| YUV | 163.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 21 | 0 | 0.07 | 0.89 | 0.25 | 55.38 | 0.8 | 0.41 |
| Hex | BE | B1 | 15 | 0 | 7 | 59 | 19 | 37 | 50 | 29 |
| Octal | 276 | 261 | 25 | 0 | 7 | 131 | 31 | 67 | 120 | 51 |
| Binary | 10111110 | 10110001 | 10101 | 0 | 111 | 1011001 | 11001 | 110111 | 1010000 | 101001 |
Color Harmonies of #BEB115
Complementary color
Monochromatic Colors of #BEB115
Black with #BEB115
Text Example
Text Example
White with #BEB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB115; }
p { color: rgb(190,177,21); }
H1.HeaderClassName
{
color: #BEB115;
}
.AnyTagClassName
{
color: #BEB115;
}
</style>
background-color css
<style>
a { background-color: #BEB115; }
a { background-color: rgb(190,177,21); }
div.DivClassName
{
background-color: #BEB115;
}
.BgClassName
{
background-color: #BEB115;
}
</style>
border-color css
<style>
span { border-color: #BEB115; }
span { border-color: rgb(190,177,21); }
td.TdClassName
{
border-color: #BEB115;
}
.TagClassName
{
border-color: #BEB115;
}
</style>