Shades of Earls Green #BEA812
Tints of Earls Green #BEA812
RGB
CMYK
RGB Variations
Color information
#BEA812 (or 0xBEA812) is known color: Earls Green. HEX triplet: BE, A8 and 12. RGB value is (190,168,18). Sum of RGB (Red+Green+Blue) = 190+168+18=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA812 is #4157ED. Grayscale: #9E9E9E. Windows color (decimal): -4282350 or 1222846. OLE color: 1222846.
HSL color Cylindrical-coordinate representation of color #BEA812: hue angle of 52.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEA812 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 18 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.25 |
| HSL | 52.33º | 0.83% | 0.41% | - |
| HSV(B) | 52.33º | 0.91% | 0.75% | - |
| XYZ | 35.35 | 39 | 6.24 | - |
| YUV | 157.48 | 49.29 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 18 | 0 | 0.12 | 0.91 | 0.25 | 52.33 | 0.83 | 0.41 |
| Hex | BE | A8 | 12 | 0 | C | 5B | 19 | 34 | 53 | 29 |
| Octal | 276 | 250 | 22 | 0 | 14 | 133 | 31 | 64 | 123 | 51 |
| Binary | 10111110 | 10101000 | 10010 | 0 | 1100 | 1011011 | 11001 | 110100 | 1010011 | 101001 |
Color Harmonies of #BEA812
Complementary color
Monochromatic Colors of #BEA812
Black with #BEA812
Text Example
Text Example
White with #BEA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA812; }
p { color: rgb(190,168,18); }
H1.HeaderClassName
{
color: #BEA812;
}
.AnyTagClassName
{
color: #BEA812;
}
</style>
background-color css
<style>
a { background-color: #BEA812; }
a { background-color: rgb(190,168,18); }
div.DivClassName
{
background-color: #BEA812;
}
.BgClassName
{
background-color: #BEA812;
}
</style>
border-color css
<style>
span { border-color: #BEA812; }
span { border-color: rgb(190,168,18); }
td.TdClassName
{
border-color: #BEA812;
}
.TagClassName
{
border-color: #BEA812;
}
</style>