#BEAB1D

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

Shades of Earls Green #BEAB1D

Tints of Earls Green #BEAB1D

Color information

#BEAB1D (or 0xBEAB1D) is unknown color: approx Earls Green. HEX triplet: BE, AB and 1D. RGB value is (190,171,29). Sum of RGB (Red+Green+Blue) = 190+171+29=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB1D is #4154E2. Grayscale: #A1A1A1. Windows color (decimal): -4281571 or 1944510. OLE color: 1944510.

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

Color convert

RGB19017129-
CMYK00.100.850.25
HSL52.92º73.52%42.94%-
HSV(B)52.92º84.74%74.51%-
XYZ36.0240.167.02-
YUV160.4953.79149.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 29 (11.72% from 255) = 7.44%
R=48.72%
G=43.85%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901712900.100.850.2552.9273.5242.94
HexBEAB1D0A5519354a2b
Octal27625335012125316511253
Binary101111101010101111101010101010101110011101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB1D; }

 p { color: rgb(190,171,29); }

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

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

 a { background-color: rgb(190,171,29); }

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

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

 span { border-color: rgb(190,171,29); }

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