#BEAC2A

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

Shades of Earls Green #BEAC2A

Tints of Earls Green #BEAC2A

Color information

#BEAC2A (or 0xBEAC2A) is unknown color: approx Earls Green. HEX triplet: BE, AC and 2A. RGB value is (190,172,42). Sum of RGB (Red+Green+Blue) = 190+172+42=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC2A is #4153D5. Grayscale: #A3A3A3. Windows color (decimal): -4281302 or 2796734. OLE color: 2796734.

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

Color convert

RGB19017242-
CMYK00.090.780.25
HSL52.7º63.79%45.49%-
HSV(B)52.7º77.89%74.51%-
XYZ36.4140.628.11-
YUV162.5659.96147.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 42 (16.80% from 255) = 10.40%
R=47.03%
G=42.57%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901724200.090.780.2552.763.7945.49
HexBEAC2A094E1935402d
Octal27625452011116316510055
Binary1011111010101100101010010011001110110011101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC2A; }

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

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

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

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

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

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

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

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