#BEA52F

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

Shades of Earls Green #BEA52F

Tints of Earls Green #BEA52F

Color information

#BEA52F (or 0xBEA52F) is unknown color: approx Earls Green. HEX triplet: BE, A5 and 2F. RGB value is (190,165,47). Sum of RGB (Red+Green+Blue) = 190+165+47=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52F is #415AD0. Grayscale: #9F9F9F. Windows color (decimal): -4283089 or 3122622. OLE color: 3122622.

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

Color convert

RGB19016547-
CMYK00.130.750.25
HSL49.51º60.34%46.47%-
HSV(B)49.51º75.26%74.51%-
XYZ35.238.068.18-
YUV159.0264.78150.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 47 (18.75% from 255) = 11.69%
R=47.26%
G=41.04%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901654700.130.750.2549.5160.3446.47
HexBEA52F0D4B19323c2e
Octal2762455701511331627456
Binary101111101010010110111101101100101111001110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA52F; }

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

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

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

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

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

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

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

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