#9DBCBA

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

Shades of Shadow Green #9DBCBA

Tints of Shadow Green #9DBCBA

Color information

#9DBCBA (or 0x9DBCBA) is unknown color: approx Shadow Green. HEX triplet: 9D, BC and BA. RGB value is (157,188,186). Sum of RGB (Red+Green+Blue) = 157+188+186=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCBA is #624345. Grayscale: #B2B2B2. Windows color (decimal): -6439750 or 12237981. OLE color: 12237981.

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

Color convert

RGB157188186-
CMYK0.1600.010.26
HSL176.13º18.79%67.65%-
HSV(B)176.13º16.49%73.73%-
XYZ40.7546.6853.32-
YUV178.5132.23112.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=29.57%
G=35.40%
B=35.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1571881860.1600.010.26176.1318.7967.65
Hex9DBCBA10011Ab01344
Octal23527427220013226023104
Binary10011101101111001011101010000011101010110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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