#BEAE2A

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

Shades of Earls Green #BEAE2A

Tints of Earls Green #BEAE2A

Color information

#BEAE2A (or 0xBEAE2A) is unknown color: approx Earls Green. HEX triplet: BE, AE and 2A. RGB value is (190,174,42). Sum of RGB (Red+Green+Blue) = 190+174+42=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE2A is #4151D5. Grayscale: #A4A4A4. Windows color (decimal): -4280790 or 2797246. OLE color: 2797246.

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

Color convert

RGB19017442-
CMYK00.080.780.25
HSL53.51º63.79%45.49%-
HSV(B)53.51º77.89%74.51%-
XYZ36.7941.398.24-
YUV163.7459.3146.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 174 (68.36% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 10.34%
R=46.80%
G=42.86%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901744200.080.780.2553.5163.7945.49
HexBEAE2A084E1936402d
Octal27625652010116316610055
Binary1011111010101110101010010001001110110011101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE2A; }

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

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

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

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

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

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

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

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