#ADB494

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

Shades of Green Spring #ADB494

Tints of Green Spring #ADB494

Color information

#ADB494 (or 0xADB494) is unknown color: approx Green Spring. HEX triplet: AD, B4 and 94. RGB value is (173,180,148). Sum of RGB (Red+Green+Blue) = 173+180+148=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB494 is #524B6B. Grayscale: #AEAEAE. Windows color (decimal): -5393260 or 9745581. OLE color: 9745581.

HSL color Cylindrical-coordinate representation of color #ADB494: hue angle of 73.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADB494 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB173180148-
CMYK0.0400.180.29
HSL73.12º17.58%64.31%-
HSV(B)73.12º17.78%70.59%-
XYZ38.943.6634.39-
YUV174.26113.18127.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.53%
GREEN value IS 180 (70.70% from 255) = 35.93%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=34.53%
G=35.93%
B=29.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801480.0400.180.2973.1217.5864.31
HexADB49440121D491240
Octal25526422440223511122100
Binary101011011011010010010100100010010111011001001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB494; }

 p { color: rgb(173,180,148); }

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

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

 a { background-color: rgb(173,180,148); }

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

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

 span { border-color: rgb(173,180,148); }

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