#BEAD29

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

Shades of Earls Green #BEAD29

Tints of Earls Green #BEAD29

Color information

#BEAD29 (or 0xBEAD29) is unknown color: approx Earls Green. HEX triplet: BE, AD and 29. RGB value is (190,173,41). Sum of RGB (Red+Green+Blue) = 190+173+41=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAD29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAD29 is #4152D6. Grayscale: #A3A3A3. Windows color (decimal): -4281047 or 2731454. OLE color: 2731454.

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

Color convert

RGB19017341-
CMYK00.090.780.25
HSL53.15º64.5%45.29%-
HSV(B)53.15º78.42%74.51%-
XYZ36.5840.998.08-
YUV163.0459.13147.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 41 (16.41% from 255) = 10.15%
R=47.03%
G=42.82%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901734100.090.780.2553.1564.545.29
HexBEAD29094E1935412d
Octal27625551011116316510155
Binary1011111010101101101001010011001110110011101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAD29; }

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

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

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

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

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

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

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

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