#9DBAB1

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

Shades of Shadow Green #9DBAB1

Tints of Shadow Green #9DBAB1

Color information

#9DBAB1 (or 0x9DBAB1) is unknown color: approx Shadow Green. HEX triplet: 9D, BA and B1. RGB value is (157,186,177). Sum of RGB (Red+Green+Blue) = 157+186+177=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBAB1 is #62454E. Grayscale: #B0B0B0. Windows color (decimal): -6440271 or 11647645. OLE color: 11647645.

HSL color Cylindrical-coordinate representation of color #9DBAB1: hue angle of 161.38º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBAB1 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB157186177-
CMYK0.1600.050.27
HSL161.38º17.37%67.25%-
HSV(B)161.38º15.59%72.94%-
XYZ39.445.4648.29-
YUV176.3128.39114.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=30.19%
G=35.77%
B=34.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861770.1600.050.27161.3817.3767.25
Hex9DBAB110051Ba11143
Octal23527226120053324121103
Binary1001110110111010101100011000001011101110100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DBAB1; }

 p { color: rgb(157,186,177); }

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

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

 a { background-color: rgb(157,186,177); }

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

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

 span { border-color: rgb(157,186,177); }

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