#99C888

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

Shades of Gossip #99C888

Tints of Gossip #99C888

Color information

#99C888 (or 0x99C888) is unknown color: approx Gossip. HEX triplet: 99, C8 and 88. RGB value is (153,200,136). Sum of RGB (Red+Green+Blue) = 153+200+136=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #99C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C888 is #663777. Grayscale: #B2B2B2. Windows color (decimal): -6698872 or 8964249. OLE color: 8964249.

HSL color Cylindrical-coordinate representation of color #99C888: hue angle of 104.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99C888 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB153200136-
CMYK0.2400.320.22
HSL104.06º36.78%65.88%-
HSV(B)104.06º32%78.43%-
XYZ38.2449.8630.9-
YUV178.65103.93109.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.29%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 136 (53.52% from 255) = 27.81%
R=31.29%
G=40.90%
B=27.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001360.2400.320.22104.0636.7865.88
Hex99C8881802016682542
Octal231310210300402615045102
Binary1001100111001000100010001100001000001011011010001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C888; }

 p { color: rgb(153,200,136); }

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

<style>
 a { background-color: #99C888; }

 a { background-color: rgb(153,200,136); }

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

<style>
 span { border-color: #99C888; }

 span { border-color: rgb(153,200,136); }

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