Shades of Earls Green #BEA427
Tints of Earls Green #BEA427
RGB
CMYK
RGB Variations
Color information
#BEA427 (or 0xBEA427) is known color: Earls Green. HEX triplet: BE, A4 and 27. RGB value is (190,164,39). Sum of RGB (Red+Green+Blue) = 190+164+39=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA427 is #415BD8. Grayscale: #9E9E9E. Windows color (decimal): -4283353 or 2598078. OLE color: 2598078.
HSL color Cylindrical-coordinate representation of color #BEA427: hue angle of 49.67º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEA427 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 39 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.25 |
| HSL | 49.67º | 0.66% | 0.45% | - |
| HSV(B) | 49.67º | 0.79% | 0.75% | - |
| XYZ | 34.88 | 37.64 | 7.35 | - |
| YUV | 157.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 39 | 0 | 0.14 | 0.79 | 0.25 | 49.67 | 0.66 | 0.45 |
| Hex | BE | A4 | 27 | 0 | E | 4F | 19 | 32 | 42 | 2D |
| Octal | 276 | 244 | 47 | 0 | 16 | 117 | 31 | 62 | 102 | 55 |
| Binary | 10111110 | 10100100 | 100111 | 0 | 1110 | 1001111 | 11001 | 110010 | 1000010 | 101101 |
Color Harmonies of #BEA427
Complementary color
Monochromatic Colors of #BEA427
Black with #BEA427
Text Example
Text Example
White with #BEA427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA427; }
p { color: rgb(190,164,39); }
H1.HeaderClassName
{
color: #BEA427;
}
.AnyTagClassName
{
color: #BEA427;
}
</style>
background-color css
<style>
a { background-color: #BEA427; }
a { background-color: rgb(190,164,39); }
div.DivClassName
{
background-color: #BEA427;
}
.BgClassName
{
background-color: #BEA427;
}
</style>
border-color css
<style>
span { border-color: #BEA427; }
span { border-color: rgb(190,164,39); }
td.TdClassName
{
border-color: #BEA427;
}
.TagClassName
{
border-color: #BEA427;
}
</style>