#BEAE19

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

Shades of Earls Green #BEAE19

Tints of Earls Green #BEAE19

Color information

#BEAE19 (or 0xBEAE19) is unknown color: approx Earls Green. HEX triplet: BE, AE and 19. RGB value is (190,174,25). Sum of RGB (Red+Green+Blue) = 190+174+25=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAE19 is #4151E6. Grayscale: #A2A2A2. Windows color (decimal): -4280807 or 1683134. OLE color: 1683134.

HSL color Cylindrical-coordinate representation of color #BEAE19: hue angle of 54.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEAE19 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19017425-
CMYK00.080.870.25
HSL54.18º76.74%42.16%-
HSV(B)54.18º86.84%74.51%-
XYZ36.5541.296.96-
YUV161.850.8148.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 25 (10.16% from 255) = 6.43%
R=48.84%
G=44.73%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901742500.080.870.2554.1876.7442.16
HexBEAE19085719364d2a
Octal27625631010127316611552
Binary101111101010111011001010001010111110011101101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE19; }

 p { color: rgb(190,174,25); }

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

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

 a { background-color: rgb(190,174,25); }

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

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

 span { border-color: rgb(190,174,25); }

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