#ADAC31

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

Shades of Earls Green #ADAC31

Tints of Earls Green #ADAC31

Color information

#ADAC31 (or 0xADAC31) is unknown color: approx Earls Green. HEX triplet: AD, AC and 31. RGB value is (173,172,49). Sum of RGB (Red+Green+Blue) = 173+172+49=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAC31 is #5253CE. Grayscale: #9E9E9E. Windows color (decimal): -5395407 or 3255469. OLE color: 3255469.

HSL color Cylindrical-coordinate representation of color #ADAC31: hue angle of 59.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADAC31 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17317249-
CMYK00.010.720.32
HSL59.52º55.86%43.53%-
HSV(B)59.52º71.68%67.84%-
XYZ32.5438.618.64-
YUV158.2866.33138.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 172 (67.58% from 255) = 43.65%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=43.91%
G=43.65%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731724900.010.720.3259.5255.8643.53
HexADAC310148203c382c
Octal255254610111040747054
Binary1010110110101100110001011001000100000111100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC31; }

 p { color: rgb(173,172,49); }

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

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

 a { background-color: rgb(173,172,49); }

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

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

 span { border-color: rgb(173,172,49); }

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