#BEAC26

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

Shades of Earls Green #BEAC26

Tints of Earls Green #BEAC26

Color information

#BEAC26 (or 0xBEAC26) is unknown color: approx Earls Green. HEX triplet: BE, AC and 26. RGB value is (190,172,38). Sum of RGB (Red+Green+Blue) = 190+172+38=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAC26 is #4153D9. Grayscale: #A2A2A2. Windows color (decimal): -4281306 or 2534590. OLE color: 2534590.

HSL color Cylindrical-coordinate representation of color #BEAC26: hue angle of 52.89º 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 #BEAC26 is Cyan = 0, Magento = 0.09, Yellow = 0.8 and Black (K on CMYK) = 0.25.

Color convert

RGB19017238-
CMYK00.090.80.25
HSL52.89º66.67%44.71%-
HSV(B)52.89º80%74.51%-
XYZ36.3440.597.75-
YUV162.1157.96147.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 38 (15.23% from 255) = 9.5%
R=47.5%
G=43%
B=9.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901723800.090.80.2552.8966.6744.71
HexBEAC2609501935432d
Octal27625446011120316510355
Binary1011111010101100100110010011010000110011101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC26; }

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

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

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

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

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

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

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

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