#BEAC1B

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

Shades of Earls Green #BEAC1B

Tints of Earls Green #BEAC1B

Color information

#BEAC1B (or 0xBEAC1B) is unknown color: approx Earls Green. HEX triplet: BE, AC and 1B. RGB value is (190,172,27). Sum of RGB (Red+Green+Blue) = 190+172+27=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC1B is #4153E4. Grayscale: #A1A1A1. Windows color (decimal): -4281317 or 1813694. OLE color: 1813694.

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

Color convert

RGB19017227-
CMYK00.090.860.25
HSL53.37º75.12%42.55%-
HSV(B)53.37º85.79%74.51%-
XYZ36.1940.536.95-
YUV160.8552.46148.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 172 (67.58% from 255) = 44.22%
BLUE value IS 27 (10.94% from 255) = 6.94%
R=48.84%
G=44.22%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901722700.090.860.2553.3775.1242.55
HexBEAC1B095619354b2b
Octal27625433011126316511353
Binary101111101010110011011010011010110110011101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC1B; }

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

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

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

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

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

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

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

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