Shades of Earls Green #BEB431
Tints of Earls Green #BEB431
RGB
CMYK
RGB Variations
Color information
#BEB431 (or 0xBEB431) is known color: Earls Green. HEX triplet: BE, B4 and 31. RGB value is (190,180,49). Sum of RGB (Red+Green+Blue) = 190+180+49=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB431 is #414BCE. Grayscale: #A8A8A8. Windows color (decimal): -4279247 or 3257534. OLE color: 3257534.
HSL color Cylindrical-coordinate representation of color #BEB431: hue angle of 55.74º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEB431 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 180 | 49 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.25 |
| HSL | 55.74º | 0.59% | 0.47% | - |
| HSV(B) | 55.74º | 0.74% | 0.75% | - |
| XYZ | 38.11 | 43.81 | 9.35 | - |
| YUV | 168.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 180 | 49 | 0 | 0.05 | 0.74 | 0.25 | 55.74 | 0.59 | 0.47 |
| Hex | BE | B4 | 31 | 0 | 5 | 4A | 19 | 38 | 3B | 2F |
| Octal | 276 | 264 | 61 | 0 | 5 | 112 | 31 | 70 | 73 | 57 |
| Binary | 10111110 | 10110100 | 110001 | 0 | 101 | 1001010 | 11001 | 111000 | 111011 | 101111 |
Color Harmonies of #BEB431
Complementary color
Monochromatic Colors of #BEB431
Black with #BEB431
Text Example
Text Example
White with #BEB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB431; }
p { color: rgb(190,180,49); }
H1.HeaderClassName
{
color: #BEB431;
}
.AnyTagClassName
{
color: #BEB431;
}
</style>
background-color css
<style>
a { background-color: #BEB431; }
a { background-color: rgb(190,180,49); }
div.DivClassName
{
background-color: #BEB431;
}
.BgClassName
{
background-color: #BEB431;
}
</style>
border-color css
<style>
span { border-color: #BEB431; }
span { border-color: rgb(190,180,49); }
td.TdClassName
{
border-color: #BEB431;
}
.TagClassName
{
border-color: #BEB431;
}
</style>