#ADB19B

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

Shades of Green Spring #ADB19B

Tints of Green Spring #ADB19B

Color information

#ADB19B (or 0xADB19B) is unknown color: approx Green Spring. HEX triplet: AD, B1 and 9B. RGB value is (173,177,155). Sum of RGB (Red+Green+Blue) = 173+177+155=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB19B is #524E64. Grayscale: #ADADAD. Windows color (decimal): -5394021 or 10203565. OLE color: 10203565.

HSL color Cylindrical-coordinate representation of color #ADB19B: hue angle of 70.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADB19B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB173177155-
CMYK0.0200.120.31
HSL70.91º12.36%65.1%-
HSV(B)70.91º12.43%69.41%-
XYZ38.8742.737.2-
YUV173.3117.67127.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=34.26%
G=35.05%
B=30.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771550.0200.120.3170.9112.3665.1
HexADB19B20C1F47c41
Octal25526123320143710714101
Binary101011011011000110011011100110011111100011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB19B; }

 p { color: rgb(173,177,155); }

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

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

 a { background-color: rgb(173,177,155); }

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

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

 span { border-color: rgb(173,177,155); }

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