#ADB1A2

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

Shades of Green Spring #ADB1A2

Tints of Green Spring #ADB1A2

Color information

#ADB1A2 (or 0xADB1A2) is unknown color: approx Green Spring. HEX triplet: AD, B1 and A2. RGB value is (173,177,162). Sum of RGB (Red+Green+Blue) = 173+177+162=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1A2 is #524E5D. Grayscale: #AEAEAE. Windows color (decimal): -5394014 or 10662317. OLE color: 10662317.

HSL color Cylindrical-coordinate representation of color #ADB1A2: hue angle of 76º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB1A2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB173177162-
CMYK0.0200.080.31
HSL76º8.77%66.47%-
HSV(B)76º8.47%69.41%-
XYZ39.4842.9440.39-
YUV174.09121.17127.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=33.79%
G=34.57%
B=31.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771620.0200.080.31768.7766.47
HexADB1A22081F4c942
Octal25526124220103711411102
Binary101011011011000110100010100100011111100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1A2; }

 p { color: rgb(173,177,162); }

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

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

 a { background-color: rgb(173,177,162); }

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

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

 span { border-color: rgb(173,177,162); }

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