#ADA42D

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

Shades of Earls Green #ADA42D

Tints of Earls Green #ADA42D

Color information

#ADA42D (or 0xADA42D) is unknown color: approx Earls Green. HEX triplet: AD, A4 and 2D. RGB value is (173,164,45). Sum of RGB (Red+Green+Blue) = 173+164+45=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA42D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA42D is #525BD2. Grayscale: #999999. Windows color (decimal): -5397459 or 2991277. OLE color: 2991277.

HSL color Cylindrical-coordinate representation of color #ADA42D: hue angle of 55.78º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADA42D is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB17316445-
CMYK00.050.740.32
HSL55.78º58.72%42.75%-
HSV(B)55.78º73.99%67.84%-
XYZ30.9835.627.73-
YUV153.1266.98142.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.29%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 45 (17.97% from 255) = 11.78%
R=45.29%
G=42.93%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731644500.050.740.3255.7858.7242.75
HexADA42D054A20383b2b
Octal255244550511240707353
Binary101011011010010010110101011001010100000111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA42D; }

 p { color: rgb(173,164,45); }

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

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

 a { background-color: rgb(173,164,45); }

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

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

 span { border-color: rgb(173,164,45); }

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