#ADB698

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

Shades of Green Spring #ADB698

Tints of Green Spring #ADB698

Color information

#ADB698 (or 0xADB698) is unknown color: approx Green Spring. HEX triplet: AD, B6 and 98. RGB value is (173,182,152). Sum of RGB (Red+Green+Blue) = 173+182+152=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB698 is #524967. Grayscale: #B0B0B0. Windows color (decimal): -5392744 or 10008237. OLE color: 10008237.

HSL color Cylindrical-coordinate representation of color #ADB698: hue angle of 78º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB698 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB173182152-
CMYK0.0500.160.29
HSL78º17.05%65.49%-
HSV(B)78º16.48%71.37%-
XYZ39.6344.6136.23-
YUV175.89114.52125.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=34.12%
G=35.90%
B=29.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821520.0500.160.297817.0565.49
HexADB69850101D4e1141
Octal25526623050203511621101
Binary101011011011011010011000101010000111011001110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB698; }

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

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

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

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

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

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

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

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