#BEA52D

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

Shades of Earls Green #BEA52D

Tints of Earls Green #BEA52D

Color information

#BEA52D (or 0xBEA52D) is unknown color: approx Earls Green. HEX triplet: BE, A5 and 2D. RGB value is (190,165,45). Sum of RGB (Red+Green+Blue) = 190+165+45=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52D is #415AD2. Grayscale: #9F9F9F. Windows color (decimal): -4283091 or 2991550. OLE color: 2991550.

HSL color Cylindrical-coordinate representation of color #BEA52D: hue angle of 49.66º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEA52D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19016545-
CMYK00.130.760.25
HSL49.66º61.7%46.08%-
HSV(B)49.66º76.32%74.51%-
XYZ35.1638.057.97-
YUV158.7963.78150.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 165 (64.84% from 255) = 41.25%
BLUE value IS 45 (17.97% from 255) = 11.25%
R=47.5%
G=41.25%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901654500.130.760.2549.6661.746.08
HexBEA52D0D4C19323e2e
Octal2762455501511431627656
Binary101111101010010110110101101100110011001110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA52D; }

 p { color: rgb(190,165,45); }

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

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

 a { background-color: rgb(190,165,45); }

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

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

 span { border-color: rgb(190,165,45); }

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