#BEAB26

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

Shades of Earls Green #BEAB26

Tints of Earls Green #BEAB26

Color information

#BEAB26 (or 0xBEAB26) is unknown color: approx Earls Green. HEX triplet: BE, AB and 26. RGB value is (190,171,38). Sum of RGB (Red+Green+Blue) = 190+171+38=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB26 is #4154D9. Grayscale: #A2A2A2. Windows color (decimal): -4281562 or 2534334. OLE color: 2534334.

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

Color convert

RGB19017138-
CMYK00.100.80.25
HSL52.5º66.67%44.71%-
HSV(B)52.5º80%74.51%-
XYZ36.1540.217.69-
YUV161.5258.29148.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 38 (15.23% from 255) = 9.52%
R=47.62%
G=42.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901713800.100.80.2552.566.6744.71
HexBEAB260A501934432d
Octal27625346012120316410355
Binary1011111010101011100110010101010000110011101001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB26; }

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

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

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

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

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

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

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

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