#BEA432

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

Shades of Earls Green #BEA432

Tints of Earls Green #BEA432

Color information

#BEA432 (or 0xBEA432) is unknown color: approx Earls Green. HEX triplet: BE, A4 and 32. RGB value is (190,164,50). Sum of RGB (Red+Green+Blue) = 190+164+50=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA432 is #415BCD. Grayscale: #9F9F9F. Windows color (decimal): -4283342 or 3318974. OLE color: 3318974.

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

Color convert

RGB19016450-
CMYK00.140.740.25
HSL48.86º58.33%47.06%-
HSV(B)48.86º73.68%74.51%-
XYZ35.0937.738.45-
YUV158.7866.61150.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 50 (19.92% from 255) = 12.38%
R=47.03%
G=40.59%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901645000.140.740.2548.8658.3347.06
HexBEA4320E4A19313a2f
Octal2762446201611231617257
Binary101111101010010011001001110100101011001110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA432; }

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

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

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

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

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

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

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

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