#ADB198

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

Shades of Green Spring #ADB198

Tints of Green Spring #ADB198

Color information

#ADB198 (or 0xADB198) is unknown color: approx Green Spring. HEX triplet: AD, B1 and 98. RGB value is (173,177,152). Sum of RGB (Red+Green+Blue) = 173+177+152=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB198 is #524E67. Grayscale: #ADADAD. Windows color (decimal): -5394024 or 10006957. OLE color: 10006957.

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

Color convert

RGB173177152-
CMYK0.0200.140.31
HSL69.6º13.81%64.51%-
HSV(B)69.6º14.12%69.41%-
XYZ38.6242.635.89-
YUV172.95116.17128.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=34.46%
G=35.26%
B=30.28%

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
Decimal1731771520.0200.140.3169.613.8164.51
HexADB19820E1F46e41
Octal25526123020163710616101
Binary101011011011000110011000100111011111100011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB198; }

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

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

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

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

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

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

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

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