#ADAB84

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

Shades of Neutral Green #ADAB84

Tints of Neutral Green #ADAB84

Color information

#ADAB84 (or 0xADAB84) is unknown color: approx Neutral Green. HEX triplet: AD, AB and 84. RGB value is (173,171,132). Sum of RGB (Red+Green+Blue) = 173+171+132=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAB84 is #52547B. Grayscale: #A7A7A7. Windows color (decimal): -5395580 or 8694701. OLE color: 8694701.

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

Color convert

RGB173171132-
CMYK00.010.240.32
HSL57.07º20%59.8%-
HSV(B)57.07º23.7%67.84%-
XYZ35.9639.6827.59-
YUV167.15108.16132.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 132 (51.95% from 255) = 27.73%
R=36.34%
G=35.92%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317113200.010.240.3257.072059.8
HexADAB8401182039143c
Octal255253204013040712474
Binary101011011010101110000100011100010000011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAB84; }

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

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

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

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

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

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

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

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