Shades of Earls Green #BEA832
Tints of Earls Green #BEA832
RGB
CMYK
RGB Variations
Color information
#BEA832 (or 0xBEA832) is known color: Earls Green. HEX triplet: BE, A8 and 32. RGB value is (190,168,50). Sum of RGB (Red+Green+Blue) = 190+168+50=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA832 is #4157CD. Grayscale: #A1A1A1. Windows color (decimal): -4282318 or 3319998. OLE color: 3319998.
HSL color Cylindrical-coordinate representation of color #BEA832: hue angle of 50.57º 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 #BEA832 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 50 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.25 |
| HSL | 50.57º | 0.58% | 0.47% | - |
| HSV(B) | 50.57º | 0.74% | 0.75% | - |
| XYZ | 35.81 | 39.18 | 8.69 | - |
| YUV | 161.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 50 | 0 | 0.12 | 0.74 | 0.25 | 50.57 | 0.58 | 0.47 |
| Hex | BE | A8 | 32 | 0 | C | 4A | 19 | 33 | 3A | 2F |
| Octal | 276 | 250 | 62 | 0 | 14 | 112 | 31 | 63 | 72 | 57 |
| Binary | 10111110 | 10101000 | 110010 | 0 | 1100 | 1001010 | 11001 | 110011 | 111010 | 101111 |
Color Harmonies of #BEA832
Complementary color
Monochromatic Colors of #BEA832
Black with #BEA832
Text Example
Text Example
White with #BEA832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA832; }
p { color: rgb(190,168,50); }
H1.HeaderClassName
{
color: #BEA832;
}
.AnyTagClassName
{
color: #BEA832;
}
</style>
background-color css
<style>
a { background-color: #BEA832; }
a { background-color: rgb(190,168,50); }
div.DivClassName
{
background-color: #BEA832;
}
.BgClassName
{
background-color: #BEA832;
}
</style>
border-color css
<style>
span { border-color: #BEA832; }
span { border-color: rgb(190,168,50); }
td.TdClassName
{
border-color: #BEA832;
}
.TagClassName
{
border-color: #BEA832;
}
</style>