#9DBDB1

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

Shades of Shadow Green #9DBDB1

Tints of Shadow Green #9DBDB1

Color information

#9DBDB1 (or 0x9DBDB1) is unknown color: approx Shadow Green. HEX triplet: 9D, BD and B1. RGB value is (157,189,177). Sum of RGB (Red+Green+Blue) = 157+189+177=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBDB1 is #62424E. Grayscale: #B2B2B2. Windows color (decimal): -6439503 or 11648413. OLE color: 11648413.

HSL color Cylindrical-coordinate representation of color #9DBDB1: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9DBDB1 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB157189177-
CMYK0.1700.060.26
HSL157.5º19.51%67.84%-
HSV(B)157.5º16.93%74.12%-
XYZ40.0446.7448.51-
YUV178.06127.4112.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.02%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 177 (69.53% from 255) = 33.84%
R=30.02%
G=36.14%
B=33.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571891770.1700.060.26157.519.5167.84
Hex9DBDB111061A9d1444
Octal23527526121063223524104
Binary1001110110111101101100011000101101101010011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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