#ADAB31

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

Shades of Earls Green #ADAB31

Tints of Earls Green #ADAB31

Color information

#ADAB31 (or 0xADAB31) is unknown color: approx Earls Green. HEX triplet: AD, AB and 31. RGB value is (173,171,49). Sum of RGB (Red+Green+Blue) = 173+171+49=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB31 is #5254CE. Grayscale: #9E9E9E. Windows color (decimal): -5395663 or 3255213. OLE color: 3255213.

HSL color Cylindrical-coordinate representation of color #ADAB31: hue angle of 59.03º 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 #ADAB31 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB17317149-
CMYK00.010.720.32
HSL59.03º55.86%43.53%-
HSV(B)59.03º71.68%67.84%-
XYZ32.3538.238.58-
YUV157.6966.66138.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 49 (19.53% from 255) = 12.47%
R=44.02%
G=43.51%
B=12.47%

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
Decimal1731714900.010.720.3259.0355.8643.53
HexADAB310148203b382c
Octal255253610111040737054
Binary1010110110101011110001011001000100000111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB31; }

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

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

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

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

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

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

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

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