Shades of Earls Green #BEA826
Tints of Earls Green #BEA826
RGB
CMYK
RGB Variations
Color information
#BEA826 (or 0xBEA826) is known color: Earls Green. HEX triplet: BE, A8 and 26. RGB value is (190,168,38). Sum of RGB (Red+Green+Blue) = 190+168+38=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 168 (66.02% from 255 or 42.42% from 396); Blue value is 38 (15.23% from 255 or 9.60% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA826 is #4157D9. Grayscale: #A0A0A0. Windows color (decimal): -4282330 or 2533566. OLE color: 2533566.
HSL color Cylindrical-coordinate representation of color #BEA826: hue angle of 51.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEA826 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 168 | 38 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.25 |
| HSL | 51.32º | 0.67% | 0.45% | - |
| HSV(B) | 51.32º | 0.8% | 0.75% | - |
| XYZ | 35.59 | 39.09 | 7.5 | - |
| YUV | 159.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 168 | 38 | 0 | 0.12 | 0.8 | 0.25 | 51.32 | 0.67 | 0.45 |
| Hex | BE | A8 | 26 | 0 | C | 50 | 19 | 33 | 43 | 2D |
| Octal | 276 | 250 | 46 | 0 | 14 | 120 | 31 | 63 | 103 | 55 |
| Binary | 10111110 | 10101000 | 100110 | 0 | 1100 | 1010000 | 11001 | 110011 | 1000011 | 101101 |
Color Harmonies of #BEA826
Complementary color
Monochromatic Colors of #BEA826
Black with #BEA826
Text Example
Text Example
White with #BEA826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEA826; }
p { color: rgb(190,168,38); }
H1.HeaderClassName
{
color: #BEA826;
}
.AnyTagClassName
{
color: #BEA826;
}
</style>
background-color css
<style>
a { background-color: #BEA826; }
a { background-color: rgb(190,168,38); }
div.DivClassName
{
background-color: #BEA826;
}
.BgClassName
{
background-color: #BEA826;
}
</style>
border-color css
<style>
span { border-color: #BEA826; }
span { border-color: rgb(190,168,38); }
td.TdClassName
{
border-color: #BEA826;
}
.TagClassName
{
border-color: #BEA826;
}
</style>