Html Css Color HEX #9CBCBC Jungle Mist

📋 copy color: '#9CBCBC'

red 156 ◦ green 188 ◦ blue 188

#9CBCBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #9CBCBC

Tints of Jungle Mist #9CBCBC

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 value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9CBCBC (or 0x9CBCBC) is known color: 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

RGB 156 188 188 -
CMYK 0.17 0 0 0.26
HSL 180º 0.19% 0.67% -
HSV(B) 180º 0.17% 0.74% -
XYZ 40.77 46.67 54.44 -
YUV 178.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 156 188 188 0.17 0 0 0.26 180 0.19 0.67
Hex 9C BC BC 11 0 0 1A B4 13 43
Octal 234 274 274 21 0 0 32 264 23 103
Binary 10011100 10111100 10111100 10001 0 0 11010 10110100 10011 1000011

Color Harmonies of #9CBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBCBC

Black with #9CBCBC

Text Example


Text Example

White with #9CBCBC

Text Example


Text Example

HTML Codes & Css Web 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>