#ADB097

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

Shades of Green Spring #ADB097

Tints of Green Spring #ADB097

Color information

#ADB097 (or 0xADB097) is unknown color: approx Green Spring. HEX triplet: AD, B0 and 97. RGB value is (173,176,151). Sum of RGB (Red+Green+Blue) = 173+176+151=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB097 is #524F68. Grayscale: #ACACAC. Windows color (decimal): -5394281 or 9941165. OLE color: 9941165.

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

Color convert

RGB173176151-
CMYK0.0200.140.31
HSL67.2º13.66%64.12%-
HSV(B)67.2º14.2%69.02%-
XYZ38.3442.1735.4-
YUV172.25116.01128.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=34.6%
G=35.2%
B=30.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731761510.0200.140.3167.213.6664.12
HexADB09720E1F43e40
Octal25526022720163710316100
Binary101011011011000010010111100111011111100001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB097; }

 p { color: rgb(173,176,151); }

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

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

 a { background-color: rgb(173,176,151); }

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

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

 span { border-color: rgb(173,176,151); }

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