#ADB893

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

Shades of Green Spring #ADB893

Tints of Green Spring #ADB893

Color information

#ADB893 (or 0xADB893) is unknown color: approx Green Spring. HEX triplet: AD, B8 and 93. RGB value is (173,184,147). Sum of RGB (Red+Green+Blue) = 173+184+147=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB893 is #52476C. Grayscale: #B0B0B0. Windows color (decimal): -5392237 or 9681069. OLE color: 9681069.

HSL color Cylindrical-coordinate representation of color #ADB893: hue angle of 77.84º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB893 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB173184147-
CMYK0.0600.200.28
HSL77.84º20.67%64.9%-
HSV(B)77.84º20.11%72.16%-
XYZ39.6445.2734.25-
YUV176.49111.36125.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 184 (72.27% from 255) = 36.51%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=34.33%
G=36.51%
B=29.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841470.0600.200.2877.8420.6764.9
HexADB89360141C4e1541
Octal25527022360243411625101
Binary101011011011100010010011110010100111001001110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB893; }

 p { color: rgb(173,184,147); }

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

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

 a { background-color: rgb(173,184,147); }

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

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

 span { border-color: rgb(173,184,147); }

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