#BEAC11

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

Shades of Earls Green #BEAC11

Tints of Earls Green #BEAC11

Color information

#BEAC11 (or 0xBEAC11) is unknown color: approx Earls Green. HEX triplet: BE, AC and 11. RGB value is (190,172,17). Sum of RGB (Red+Green+Blue) = 190+172+17=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEAC11 is #4153EE. Grayscale: #A0A0A0. Windows color (decimal): -4281327 or 1158334. OLE color: 1158334.

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

Color convert

RGB19017217-
CMYK00.090.910.25
HSL53.76º83.57%40.59%-
HSV(B)53.76º91.05%74.51%-
XYZ36.0940.496.44-
YUV159.7147.46149.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 172 (67.58% from 255) = 45.38%
BLUE value IS 17 (7.03% from 255) = 4.49%
R=50.13%
G=45.38%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901721700.090.910.2553.7683.5740.59
HexBEAC11095B19365429
Octal27625421011133316612451
Binary101111101010110010001010011011011110011101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC11; }

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

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

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

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

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

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

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

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