#99C087

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

Shades of Gossip #99C087

Tints of Gossip #99C087

Color information

#99C087 (or 0x99C087) is unknown color: approx Gossip. HEX triplet: 99, C0 and 87. RGB value is (153,192,135). Sum of RGB (Red+Green+Blue) = 153+192+135=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #99C087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C087 is #663F78. Grayscale: #AEAEAE. Windows color (decimal): -6700921 or 8896665. OLE color: 8896665.

HSL color Cylindrical-coordinate representation of color #99C087: hue angle of 101.05º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99C087 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB153192135-
CMYK0.2000.300.25
HSL101.05º31.15%64.12%-
HSV(B)101.05º29.69%75.29%-
XYZ36.3646.2229.93-
YUV173.84106.08113.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 192 (75.39% from 255) = 40%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=31.88%
G=40%
B=28.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531921350.2000.300.25101.0531.1564.12
Hex99C0871401E19651f40
Octal231300207240363114537100
Binary10011001110000001000011110100011110110011100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,192,135); }

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

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

 a { background-color: rgb(153,192,135); }

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

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

 span { border-color: rgb(153,192,135); }

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