#9CCC8B

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

Shades of Gossip #9CCC8B

Tints of Gossip #9CCC8B

Color information

#9CCC8B (or 0x9CCC8B) is unknown color: approx Gossip. HEX triplet: 9C, CC and 8B. RGB value is (156,204,139). Sum of RGB (Red+Green+Blue) = 156+204+139=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCC8B is #633374. Grayscale: #B6B6B6. Windows color (decimal): -6501237 or 9161884. OLE color: 9161884.

HSL color Cylindrical-coordinate representation of color #9CCC8B: hue angle of 104.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CCC8B is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB156204139-
CMYK0.2400.320.2
HSL104.31º38.92%67.25%-
HSV(B)104.31º31.86%80%-
XYZ39.9652.1232.38-
YUV182.24103.6109.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=31.26%
G=40.88%
B=27.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1562041390.2400.320.2104.3138.9267.25
Hex9CCC8B1802014682743
Octal234314213300402415047103
Binary1001110011001100100010111100001000001010011010001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,204,139); }

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

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

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

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

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

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

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