#ADB68E

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

Shades of Green Spring #ADB68E

Tints of Green Spring #ADB68E

Color information

#ADB68E (or 0xADB68E) is unknown color: approx Green Spring. HEX triplet: AD, B6 and 8E. RGB value is (173,182,142). Sum of RGB (Red+Green+Blue) = 173+182+142=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB68E is #524971. Grayscale: #AEAEAE. Windows color (decimal): -5392754 or 9352877. OLE color: 9352877.

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

Color convert

RGB173182142-
CMYK0.0500.220.29
HSL73.5º21.51%63.53%-
HSV(B)73.5º21.98%71.37%-
XYZ38.8444.2932.09-
YUV174.75109.52126.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=34.81%
G=36.62%
B=28.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821420.0500.220.2973.521.5163.53
HexADB68E50161D4a1640
Octal25526621650263511226100
Binary101011011011011010001110101010110111011001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB68E; }

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

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

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

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

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

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

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

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