#BEA913

Color #BEA913 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BEA913

Tints of Earls Green #BEA913

Color information

#BEA913 (or 0xBEA913) is unknown color: approx Earls Green. HEX triplet: BE, A9 and 13. RGB value is (190,169,19). Sum of RGB (Red+Green+Blue) = 190+169+19=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEA913 is #4156EC. Grayscale: #9E9E9E. Windows color (decimal): -4282093 or 1288638. OLE color: 1288638.

HSL color Cylindrical-coordinate representation of color #BEA913: hue angle of 52.63º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEA913 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19016919-
CMYK00.110.900.25
HSL52.63º81.82%40.98%-
HSV(B)52.63º90%74.51%-
XYZ35.5439.376.34-
YUV158.1849.46150.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 19 (7.81% from 255) = 5.03%
R=50.26%
G=44.71%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901691900.110.900.2552.6381.8240.98
HexBEA9130B5A19355229
Octal27625123013132316512251
Binary101111101010100110011010111011010110011101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA913; }

 p { color: rgb(190,169,19); }

 H1.HeaderClassName
 {
   color: #BEA913;
 }
 .AnyTagClassName
 {
   color: #BEA913;
 }
</style>
background-color css

<style>
 a { background-color: #BEA913; }

 a { background-color: rgb(190,169,19); }

 div.DivClassName
 {
   background-color: #BEA913;
 }
 .BgClassName
 {
   background-color: #BEA913;
 }
</style>
border-color css

<style>
 span { border-color: #BEA913; }

 span { border-color: rgb(190,169,19); }

 td.TdClassName
 {
   border-color: #BEA913;
 }
 .TagClassName
 {
   border-color: #BEA913;
 }
</style>