#ADB48E

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

Shades of Green Spring #ADB48E

Tints of Green Spring #ADB48E

Color information

#ADB48E (or 0xADB48E) is unknown color: approx Green Spring. HEX triplet: AD, B4 and 8E. RGB value is (173,180,142). Sum of RGB (Red+Green+Blue) = 173+180+142=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB48E is #524B71. Grayscale: #ADADAD. Windows color (decimal): -5393266 or 9352365. OLE color: 9352365.

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

Color convert

RGB173180142-
CMYK0.0400.210.29
HSL71.05º20.21%63.14%-
HSV(B)71.05º21.11%70.59%-
XYZ38.4443.4831.96-
YUV173.58110.18127.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=34.95%
G=36.36%
B=28.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801420.0400.210.2971.0520.2163.14
HexADB48E40151D47143f
Octal2552642164025351072477
Binary10101101101101001000111010001010111101100011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB48E; }

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

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

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

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

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

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

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

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