#BEAC17

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

Shades of Earls Green #BEAC17

Tints of Earls Green #BEAC17

Color information

#BEAC17 (or 0xBEAC17) is unknown color: approx Earls Green. HEX triplet: BE, AC and 17. RGB value is (190,172,23). Sum of RGB (Red+Green+Blue) = 190+172+23=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC17 is #4153E8. Grayscale: #A1A1A1. Windows color (decimal): -4281321 or 1551550. OLE color: 1551550.

HSL color Cylindrical-coordinate representation of color #BEAC17: hue angle of 53.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEAC17 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB19017223-
CMYK00.090.880.25
HSL53.53º78.4%41.76%-
HSV(B)53.53º87.89%74.51%-
XYZ36.1440.516.73-
YUV160.450.46149.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 172 (67.58% from 255) = 44.68%
BLUE value IS 23 (9.38% from 255) = 5.97%
R=49.35%
G=44.68%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901722300.090.880.2553.5378.441.76
HexBEAC17095819364e2a
Octal27625427011130316611652
Binary101111101010110010111010011011000110011101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC17; }

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

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

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

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

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

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

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

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