#BEAC32

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

Shades of Earls Green #BEAC32

Tints of Earls Green #BEAC32

Color information

#BEAC32 (or 0xBEAC32) is unknown color: approx Earls Green. HEX triplet: BE, AC and 32. RGB value is (190,172,50). Sum of RGB (Red+Green+Blue) = 190+172+50=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC32 is #4153CD. Grayscale: #A3A3A3. Windows color (decimal): -4281294 or 3321022. OLE color: 3321022.

HSL color Cylindrical-coordinate representation of color #BEAC32: hue angle of 52.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEAC32 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19017250-
CMYK00.090.740.25
HSL52.29º58.33%47.06%-
HSV(B)52.29º73.68%74.51%-
XYZ36.5640.688.94-
YUV163.4763.96146.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 172 (67.58% from 255) = 41.75%
BLUE value IS 50 (19.92% from 255) = 12.14%
R=46.12%
G=41.75%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901725000.090.740.2552.2958.3347.06
HexBEAC32094A19343a2f
Octal2762546201111231647257
Binary101111101010110011001001001100101011001110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC32; }

 p { color: rgb(190,172,50); }

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

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

 a { background-color: rgb(190,172,50); }

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

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

 span { border-color: rgb(190,172,50); }

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