#9FCA88

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

Shades of Gossip #9FCA88

Tints of Gossip #9FCA88

Color information

#9FCA88 (or 0x9FCA88) is unknown color: approx Gossip. HEX triplet: 9F, CA and 88. RGB value is (159,202,136). Sum of RGB (Red+Green+Blue) = 159+202+136=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA88 is #603577. Grayscale: #B5B5B5. Windows color (decimal): -6305144 or 8964767. OLE color: 8964767.

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

Color convert

RGB159202136-
CMYK0.2100.330.21
HSL99.09º38.37%66.27%-
HSV(B)99.09º32.67%79.22%-
XYZ39.8651.3931.11-
YUV181.62102.25111.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=31.99%
G=40.64%
B=27.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021360.2100.330.2199.0938.3766.27
Hex9FCA881502115632642
Octal237312210250412514346102
Binary1001111111001010100010001010101000011010111000111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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