#ADB892

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

Shades of Green Spring #ADB892

Tints of Green Spring #ADB892

Color information

#ADB892 (or 0xADB892) is unknown color: approx Green Spring. HEX triplet: AD, B8 and 92. RGB value is (173,184,146). Sum of RGB (Red+Green+Blue) = 173+184+146=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB892 is #52476D. Grayscale: #B0B0B0. Windows color (decimal): -5392238 or 9615533. OLE color: 9615533.

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

Color convert

RGB173184146-
CMYK0.0600.210.28
HSL77.37º21.11%64.71%-
HSV(B)77.37º20.65%72.16%-
XYZ39.5645.2433.84-
YUV176.38110.86125.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.39%
GREEN value IS 184 (72.27% from 255) = 36.58%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=34.39%
G=36.58%
B=29.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731841460.0600.210.2877.3721.1164.71
HexADB89260151C4d1541
Octal25527022260253411525101
Binary101011011011100010010010110010101111001001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB892; }

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

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

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

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

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

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

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

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