#9DBAB5

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

Shades of Shadow Green #9DBAB5

Tints of Shadow Green #9DBAB5

Color information

#9DBAB5 (or 0x9DBAB5) is unknown color: approx Shadow Green. HEX triplet: 9D, BA and B5. RGB value is (157,186,181). Sum of RGB (Red+Green+Blue) = 157+186+181=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #9DBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBAB5 is #62454A. Grayscale: #B0B0B0. Windows color (decimal): -6440267 or 11909789. OLE color: 11909789.

HSL color Cylindrical-coordinate representation of color #9DBAB5: hue angle of 169.66º 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 #9DBAB5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB157186181-
CMYK0.1600.030.27
HSL169.66º17.37%67.25%-
HSV(B)169.66º15.59%72.94%-
XYZ39.845.6250.42-
YUV176.76130.39113.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.96%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=29.96%
G=35.50%
B=34.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571861810.1600.030.27169.6617.3767.25
Hex9DBAB510031Baa1143
Octal23527226520033325221103
Binary100111011011101010110101100000111101110101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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