Shades of Earls Green #BEB01D
Tints of Earls Green #BEB01D
RGB
CMYK
RGB Variations
Color information
#BEB01D (or 0xBEB01D) is known color: Earls Green. HEX triplet: BE, B0 and 1D. RGB value is (190,176,29). Sum of RGB (Red+Green+Blue) = 190+176+29=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB01D is #414FE2. Grayscale: #A4A4A4. Windows color (decimal): -4280291 or 1945790. OLE color: 1945790.
HSL color Cylindrical-coordinate representation of color #BEB01D: hue angle of 54.78º 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 #BEB01D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 176 | 29 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.25 |
| HSL | 54.78º | 0.74% | 0.43% | - |
| HSV(B) | 54.78º | 0.85% | 0.75% | - |
| XYZ | 36.98 | 42.09 | 7.34 | - |
| YUV | 163.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 176 | 29 | 0 | 0.07 | 0.85 | 0.25 | 54.78 | 0.74 | 0.43 |
| Hex | BE | B0 | 1D | 0 | 7 | 55 | 19 | 37 | 4A | 2B |
| Octal | 276 | 260 | 35 | 0 | 7 | 125 | 31 | 67 | 112 | 53 |
| Binary | 10111110 | 10110000 | 11101 | 0 | 111 | 1010101 | 11001 | 110111 | 1001010 | 101011 |
Color Harmonies of #BEB01D
Complementary color
Monochromatic Colors of #BEB01D
Black with #BEB01D
Text Example
Text Example
White with #BEB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB01D; }
p { color: rgb(190,176,29); }
H1.HeaderClassName
{
color: #BEB01D;
}
.AnyTagClassName
{
color: #BEB01D;
}
</style>
background-color css
<style>
a { background-color: #BEB01D; }
a { background-color: rgb(190,176,29); }
div.DivClassName
{
background-color: #BEB01D;
}
.BgClassName
{
background-color: #BEB01D;
}
</style>
border-color css
<style>
span { border-color: #BEB01D; }
span { border-color: rgb(190,176,29); }
td.TdClassName
{
border-color: #BEB01D;
}
.TagClassName
{
border-color: #BEB01D;
}
</style>