#ADB69A

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

Shades of Green Spring #ADB69A

Tints of Green Spring #ADB69A

Color information

#ADB69A (or 0xADB69A) is unknown color: approx Green Spring. HEX triplet: AD, B6 and 9A. RGB value is (173,182,154). Sum of RGB (Red+Green+Blue) = 173+182+154=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB69A is #524965. Grayscale: #B0B0B0. Windows color (decimal): -5392742 or 10139309. OLE color: 10139309.

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

Color convert

RGB173182154-
CMYK0.0500.150.29
HSL79.29º16.09%65.88%-
HSV(B)79.29º15.38%71.37%-
XYZ39.7944.6737.1-
YUV176.12115.52125.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=33.99%
G=35.76%
B=30.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821540.0500.150.2979.2916.0965.88
HexADB69A50F1D4f1042
Octal25526623250173511720102
Binary10101101101101101001101010101111111011001111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB69A; }

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

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

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

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

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

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

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

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