#9CCA8F

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

Shades of Gossip #9CCA8F

Tints of Gossip #9CCA8F

Color information

#9CCA8F (or 0x9CCA8F) is unknown color: approx Gossip. HEX triplet: 9C, CA and 8F. RGB value is (156,202,143). Sum of RGB (Red+Green+Blue) = 156+202+143=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA8F is #633570. Grayscale: #B5B5B5. Windows color (decimal): -6501745 or 9423516. OLE color: 9423516.

HSL color Cylindrical-coordinate representation of color #9CCA8F: hue angle of 106.78º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CCA8F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB156202143-
CMYK0.2300.290.21
HSL106.78º35.76%67.65%-
HSV(B)106.78º29.21%79.22%-
XYZ39.7951.2933.79-
YUV181.52106.26109.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.14%
GREEN value IS 202 (79.30% from 255) = 40.32%
BLUE value IS 143 (56.25% from 255) = 28.54%
R=31.14%
G=40.32%
B=28.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021430.2300.290.21106.7835.7667.65
Hex9CCA8F1701D156b2444
Octal234312217270352515344104
Binary100111001100101010001111101110111011010111010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,143); }

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

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

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

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

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

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

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