#9FCA8B

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

Shades of Gossip #9FCA8B

Tints of Gossip #9FCA8B

Color information

#9FCA8B (or 0x9FCA8B) is unknown color: approx Gossip. HEX triplet: 9F, CA and 8B. RGB value is (159,202,139). Sum of RGB (Red+Green+Blue) = 159+202+139=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA8B is #603574. Grayscale: #B6B6B6. Windows color (decimal): -6305141 or 9161375. OLE color: 9161375.

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

Color convert

RGB159202139-
CMYK0.2100.310.21
HSL100.95º37.28%66.86%-
HSV(B)100.95º31.19%79.22%-
XYZ40.0851.4832.25-
YUV181.96103.75111.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=31.8%
G=40.4%
B=27.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021390.2100.310.21100.9537.2866.86
Hex9FCA8B1501F15652543
Octal237312213250372514545103
Binary100111111100101010001011101010111111010111001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,202,139); }

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

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

 a { background-color: rgb(159,202,139); }

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

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

 span { border-color: rgb(159,202,139); }

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