#9CCA8D

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

Shades of Gossip #9CCA8D

Tints of Gossip #9CCA8D

Color information

#9CCA8D (or 0x9CCA8D) is unknown color: approx Gossip. HEX triplet: 9C, CA and 8D. RGB value is (156,202,141). Sum of RGB (Red+Green+Blue) = 156+202+141=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCA8D is #633572. Grayscale: #B5B5B5. Windows color (decimal): -6501747 or 9292444. OLE color: 9292444.

HSL color Cylindrical-coordinate representation of color #9CCA8D: hue angle of 105.25º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCA8D is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB156202141-
CMYK0.2300.300.21
HSL105.25º36.53%67.25%-
HSV(B)105.25º30.2%79.22%-
XYZ39.6451.2333-
YUV181.29105.26109.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 202 (79.30% from 255) = 40.48%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=31.26%
G=40.48%
B=28.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1562021410.2300.300.21105.2536.5367.25
Hex9CCA8D1701E15692543
Octal234312215270362515145103
Binary100111001100101010001101101110111101010111010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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