Shades of Earls Green #BEA432
Tints of Earls Green #BEA432
RGB
CMYK
RGB Variations
Color information
#BEA432 (or 0xBEA432) is known color: Earls Green. HEX triplet: BE, A4 and 32. RGB value is (190,164,50). Sum of RGB (Red+Green+Blue) = 190+164+50=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA432 is #415BCD. Grayscale: #9F9F9F. Windows color (decimal): -4283342 or 3318974. OLE color: 3318974.
HSL color Cylindrical-coordinate representation of color #BEA432: hue angle of 48.86º degrees, saturation: 0.58, 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 #BEA432 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 164 | 50 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.25 |
| HSL | 48.86º | 0.58% | 0.47% | - |
| HSV(B) | 48.86º | 0.74% | 0.75% | - |
| XYZ | 35.09 | 37.73 | 8.45 | - |
| YUV | 158.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 164 | 50 | 0 | 0.14 | 0.74 | 0.25 | 48.86 | 0.58 | 0.47 |
| Hex | BE | A4 | 32 | 0 | E | 4A | 19 | 31 | 3A | 2F |
| Octal | 276 | 244 | 62 | 0 | 16 | 112 | 31 | 61 | 72 | 57 |
| Binary | 10111110 | 10100100 | 110010 | 0 | 1110 | 1001010 | 11001 | 110001 | 111010 | 101111 |
Color Harmonies of #BEA432
Complementary color
Monochromatic Colors of #BEA432
Black with #BEA432
Text Example
Text Example
White with #BEA432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA432; }
p { color: rgb(190,164,50); }
H1.HeaderClassName
{
color: #BEA432;
}
.AnyTagClassName
{
color: #BEA432;
}
</style>
background-color css
<style>
a { background-color: #BEA432; }
a { background-color: rgb(190,164,50); }
div.DivClassName
{
background-color: #BEA432;
}
.BgClassName
{
background-color: #BEA432;
}
</style>
border-color css
<style>
span { border-color: #BEA432; }
span { border-color: rgb(190,164,50); }
td.TdClassName
{
border-color: #BEA432;
}
.TagClassName
{
border-color: #BEA432;
}
</style>