#ADB195

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

Shades of Green Spring #ADB195

Tints of Green Spring #ADB195

Color information

#ADB195 (or 0xADB195) is unknown color: approx Green Spring. HEX triplet: AD, B1 and 95. RGB value is (173,177,149). Sum of RGB (Red+Green+Blue) = 173+177+149=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB195 is #524E6A. Grayscale: #ACACAC. Windows color (decimal): -5394027 or 9810349. OLE color: 9810349.

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

Color convert

RGB173177149-
CMYK0.0200.160.31
HSL68.57º15.22%63.92%-
HSV(B)68.57º15.82%69.41%-
XYZ38.3842.534.61-
YUV172.61114.67128.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=34.67%
G=35.47%
B=29.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771490.0200.160.3168.5715.2263.92
HexADB19520101F45f40
Octal25526122520203710517100
Binary1010110110110001100101011001000011111100010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB195; }

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

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

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

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

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

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

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

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