#BEAD22

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

Shades of Earls Green #BEAD22

Tints of Earls Green #BEAD22

Color information

#BEAD22 (or 0xBEAD22) is unknown color: approx Earls Green. HEX triplet: BE, AD and 22. RGB value is (190,173,34). Sum of RGB (Red+Green+Blue) = 190+173+34=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD22 is #4152DD. Grayscale: #A2A2A2. Windows color (decimal): -4281054 or 2272702. OLE color: 2272702.

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

Color convert

RGB19017334-
CMYK00.090.820.25
HSL53.46º69.64%43.92%-
HSV(B)53.46º82.11%74.51%-
XYZ36.4740.957.5-
YUV162.2455.63147.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 34 (13.67% from 255) = 8.56%
R=47.86%
G=43.58%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901733400.090.820.2553.4669.6443.92
HexBEAD2209521935462c
Octal27625542011122316510654
Binary1011111010101101100010010011010010110011101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD22; }

 p { color: rgb(190,173,34); }

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

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

 a { background-color: rgb(190,173,34); }

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

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

 span { border-color: rgb(190,173,34); }

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