#BEA327

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

Shades of Earls Green #BEA327

Tints of Earls Green #BEA327

Color information

#BEA327 (or 0xBEA327) is unknown color: approx Earls Green. HEX triplet: BE, A3 and 27. RGB value is (190,163,39). Sum of RGB (Red+Green+Blue) = 190+163+39=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 39 (15.62% from 255 or 9.95% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA327 is #415CD8. Grayscale: #9D9D9D. Windows color (decimal): -4283609 or 2597822. OLE color: 2597822.

HSL color Cylindrical-coordinate representation of color #BEA327: hue angle of 49.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEA327 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19016339-
CMYK00.140.790.25
HSL49.27º65.94%44.9%-
HSV(B)49.27º79.47%74.51%-
XYZ34.737.297.29-
YUV156.9461.45151.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 163 (64.06% from 255) = 41.58%
BLUE value IS 39 (15.62% from 255) = 9.95%
R=48.47%
G=41.58%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901633900.140.790.2549.2765.9444.9
HexBEA3270E4F1931422d
Octal27624347016117316110255
Binary1011111010100011100111011101001111110011100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA327; }

 p { color: rgb(190,163,39); }

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

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

 a { background-color: rgb(190,163,39); }

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

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

 span { border-color: rgb(190,163,39); }

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