#BEAE29

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

Shades of Earls Green #BEAE29

Tints of Earls Green #BEAE29

Color information

#BEAE29 (or 0xBEAE29) is unknown color: approx Earls Green. HEX triplet: BE, AE and 29. RGB value is (190,174,41). Sum of RGB (Red+Green+Blue) = 190+174+41=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 174 (68.36% from 255 or 42.96% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAE29 is #4151D6. Grayscale: #A4A4A4. Windows color (decimal): -4280791 or 2731710. OLE color: 2731710.

HSL color Cylindrical-coordinate representation of color #BEAE29: hue angle of 53.56º degrees, saturation: 0.65, 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 #BEAE29 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB19017441-
CMYK00.080.780.25
HSL53.56º64.5%45.29%-
HSV(B)53.56º78.42%74.51%-
XYZ36.7741.388.15-
YUV163.6258.8146.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 174 (68.36% from 255) = 42.96%
BLUE value IS 41 (16.41% from 255) = 10.12%
R=46.91%
G=42.96%
B=10.12%

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
Decimal1901744100.080.780.2553.5664.545.29
HexBEAE29084E1936412d
Octal27625651010116316610155
Binary1011111010101110101001010001001110110011101101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE29; }

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

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

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

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

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

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

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

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