#ADB68D

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

Shades of Green Spring #ADB68D

Tints of Green Spring #ADB68D

Color information

#ADB68D (or 0xADB68D) is unknown color: approx Green Spring. HEX triplet: AD, B6 and 8D. RGB value is (173,182,141). Sum of RGB (Red+Green+Blue) = 173+182+141=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68D is #524972. Grayscale: #AEAEAE. Windows color (decimal): -5392755 or 9287341. OLE color: 9287341.

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

Color convert

RGB173182141-
CMYK0.0500.230.29
HSL73.17º21.93%63.33%-
HSV(B)73.17º22.53%71.37%-
XYZ38.7744.2631.7-
YUV174.64109.02126.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=34.88%
G=36.69%
B=28.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821410.0500.230.2973.1721.9363.33
HexADB68D50171D49163f
Octal2552662155027351112677
Binary10101101101101101000110110101011111101100100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB68D; }

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

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

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

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

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

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

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

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