#9CBCBC

Color #9CBCBC Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #9CBCBC

Tints of Jungle Mist #9CBCBC

Color information

#9CBCBC (or 0x9CBCBC) is unknown color: approx Jungle Mist. HEX triplet: 9C, BC and BC. RGB value is (156,188,188). Sum of RGB (Red+Green+Blue) = 156+188+188=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #9CBCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBCBC is #634343. Grayscale: #B2B2B2. Windows color (decimal): -6505284 or 12369052. OLE color: 12369052.

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

Color convert

RGB156188188-
CMYK0.17000.26
HSL180º19.28%67.45%-
HSV(B)180º17.02%73.73%-
XYZ40.7746.6754.44-
YUV178.43133.4112-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.32%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=29.32%
G=35.34%
B=35.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881880.17000.2618019.2867.45
Hex9CBCBC11001Ab41343
Octal23427427421003226423103
Binary10011100101111001011110010001001101010110100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,188); }

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

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

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

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

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

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

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