Shades of Earls Green #BEAE2D
Tints of Earls Green #BEAE2D
RGB
CMYK
RGB Variations
Color information
#BEAE2D (or 0xBEAE2D) is known color: Earls Green. HEX triplet: BE, AE and 2D. RGB value is (190,174,45). Sum of RGB (Red+Green+Blue) = 190+174+45=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE2D is #4151D2. Grayscale: #A4A4A4. Windows color (decimal): -4280787 or 2993854. OLE color: 2993854.
HSL color Cylindrical-coordinate representation of color #BEAE2D: hue angle of 53.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEAE2D is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 174 | 45 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.25 |
| HSL | 53.38º | 0.62% | 0.46% | - |
| HSV(B) | 53.38º | 0.76% | 0.75% | - |
| XYZ | 36.84 | 41.41 | 8.53 | - |
| YUV | 164.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 174 | 45 | 0 | 0.08 | 0.76 | 0.25 | 53.38 | 0.62 | 0.46 |
| Hex | BE | AE | 2D | 0 | 8 | 4C | 19 | 35 | 3E | 2E |
| Octal | 276 | 256 | 55 | 0 | 10 | 114 | 31 | 65 | 76 | 56 |
| Binary | 10111110 | 10101110 | 101101 | 0 | 1000 | 1001100 | 11001 | 110101 | 111110 | 101110 |
Color Harmonies of #BEAE2D
Complementary color
Monochromatic Colors of #BEAE2D
Black with #BEAE2D
Text Example
Text Example
White with #BEAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAE2D; }
p { color: rgb(190,174,45); }
H1.HeaderClassName
{
color: #BEAE2D;
}
.AnyTagClassName
{
color: #BEAE2D;
}
</style>
background-color css
<style>
a { background-color: #BEAE2D; }
a { background-color: rgb(190,174,45); }
div.DivClassName
{
background-color: #BEAE2D;
}
.BgClassName
{
background-color: #BEAE2D;
}
</style>
border-color css
<style>
span { border-color: #BEAE2D; }
span { border-color: rgb(190,174,45); }
td.TdClassName
{
border-color: #BEAE2D;
}
.TagClassName
{
border-color: #BEAE2D;
}
</style>