#BEAB21

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

Shades of Earls Green #BEAB21

Tints of Earls Green #BEAB21

Color information

#BEAB21 (or 0xBEAB21) is unknown color: approx Earls Green. HEX triplet: BE, AB and 21. RGB value is (190,171,33). Sum of RGB (Red+Green+Blue) = 190+171+33=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB21 is #4154DE. Grayscale: #A1A1A1. Windows color (decimal): -4281567 or 2206654. OLE color: 2206654.

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

Color convert

RGB19017133-
CMYK00.100.830.25
HSL52.74º70.4%43.73%-
HSV(B)52.74º82.63%74.51%-
XYZ36.0740.187.29-
YUV160.9555.79148.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 33 (13.28% from 255) = 8.38%
R=48.22%
G=43.40%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901713300.100.830.2552.7470.443.73
HexBEAB210A531935462c
Octal27625341012123316510654
Binary1011111010101011100001010101010011110011101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB21; }

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

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

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

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

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

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

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

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