#ADB690

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

Shades of Green Spring #ADB690

Tints of Green Spring #ADB690

Color information

#ADB690 (or 0xADB690) is unknown color: approx Green Spring. HEX triplet: AD, B6 and 90. RGB value is (173,182,144). Sum of RGB (Red+Green+Blue) = 173+182+144=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB690 is #52496F. Grayscale: #AFAFAF. Windows color (decimal): -5392752 or 9483949. OLE color: 9483949.

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

Color convert

RGB173182144-
CMYK0.0500.210.29
HSL74.21º20.65%63.92%-
HSV(B)74.21º20.88%71.37%-
XYZ3944.3532.89-
YUV174.98110.52126.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.67%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=34.67%
G=36.47%
B=28.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821440.0500.210.2974.2120.6563.92
HexADB69050151D4a1540
Octal25526622050253511225100
Binary101011011011011010010000101010101111011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB690; }

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

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

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

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

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

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

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

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