Shades of Earls Green #BEAF2C
Tints of Earls Green #BEAF2C
RGB
CMYK
RGB Variations
Color information
#BEAF2C (or 0xBEAF2C) is known color: Earls Green. HEX triplet: BE, AF and 2C. RGB value is (190,175,44). Sum of RGB (Red+Green+Blue) = 190+175+44=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAF2C is #4150D3. Grayscale: #A5A5A5. Windows color (decimal): -4280532 or 2928574. OLE color: 2928574.
HSL color Cylindrical-coordinate representation of color #BEAF2C: hue angle of 53.84º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEAF2C is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 44 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.25 |
| HSL | 53.84º | 0.62% | 0.46% | - |
| HSV(B) | 53.84º | 0.77% | 0.75% | - |
| XYZ | 37.02 | 41.79 | 8.5 | - |
| YUV | 164.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 44 | 0 | 0.08 | 0.77 | 0.25 | 53.84 | 0.62 | 0.46 |
| Hex | BE | AF | 2C | 0 | 8 | 4D | 19 | 36 | 3E | 2E |
| Octal | 276 | 257 | 54 | 0 | 10 | 115 | 31 | 66 | 76 | 56 |
| Binary | 10111110 | 10101111 | 101100 | 0 | 1000 | 1001101 | 11001 | 110110 | 111110 | 101110 |
Color Harmonies of #BEAF2C
Complementary color
Monochromatic Colors of #BEAF2C
Black with #BEAF2C
Text Example
Text Example
White with #BEAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF2C; }
p { color: rgb(190,175,44); }
H1.HeaderClassName
{
color: #BEAF2C;
}
.AnyTagClassName
{
color: #BEAF2C;
}
</style>
background-color css
<style>
a { background-color: #BEAF2C; }
a { background-color: rgb(190,175,44); }
div.DivClassName
{
background-color: #BEAF2C;
}
.BgClassName
{
background-color: #BEAF2C;
}
</style>
border-color css
<style>
span { border-color: #BEAF2C; }
span { border-color: rgb(190,175,44); }
td.TdClassName
{
border-color: #BEAF2C;
}
.TagClassName
{
border-color: #BEAF2C;
}
</style>