#9CBBB7

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

Shades of Shadow Green #9CBBB7

Tints of Shadow Green #9CBBB7

Color information

#9CBBB7 (or 0x9CBBB7) is unknown color: approx Shadow Green. HEX triplet: 9C, BB and B7. RGB value is (156,187,183). Sum of RGB (Red+Green+Blue) = 156+187+183=526 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.66% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBBB7 is #634448. Grayscale: #B1B1B1. Windows color (decimal): -6505545 or 12041116. OLE color: 12041116.

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

Color convert

RGB156187183-
CMYK0.1700.020.27
HSL172.26º18.56%67.25%-
HSV(B)172.26º16.58%73.33%-
XYZ40.0346.0351.57-
YUV177.27131.23112.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.66%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=29.66%
G=35.55%
B=34.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871830.1700.020.27172.2618.5667.25
Hex9CBBB711021Bac1343
Octal23427326721023325423103
Binary100111001011101110110111100010101101110101100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,183); }

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

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

 a { background-color: rgb(156,187,183); }

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

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

 span { border-color: rgb(156,187,183); }

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