#9CCDBA

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

Shades of Shadow Green #9CCDBA

Tints of Shadow Green #9CCDBA

Color information

#9CCDBA (or 0x9CCDBA) is unknown color: approx Shadow Green. HEX triplet: 9C, CD and BA. RGB value is (156,205,186). Sum of RGB (Red+Green+Blue) = 156+205+186=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDBA is #633245. Grayscale: #BCBCBC. Windows color (decimal): -6500934 or 12242332. OLE color: 12242332.

HSL color Cylindrical-coordinate representation of color #9CCDBA: hue angle of 156.73º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCDBA is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB156205186-
CMYK0.2400.090.20
HSL156.73º32.89%70.78%-
HSV(B)156.73º23.9%80.39%-
XYZ44.454.2854.59-
YUV188.18126.77105.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.52%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=28.52%
G=37.48%
B=34.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051860.2400.090.20156.7332.8970.78
Hex9CCDBA1809149d2147
Octal234315272300112423541107
Binary100111001100110110111010110000100110100100111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,186); }

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

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

 a { background-color: rgb(156,205,186); }

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

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

 span { border-color: rgb(156,205,186); }

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