#99C882

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

Shades of Gossip #99C882

Tints of Gossip #99C882

Color information

#99C882 (or 0x99C882) is unknown color: approx Gossip. HEX triplet: 99, C8 and 82. RGB value is (153,200,130). Sum of RGB (Red+Green+Blue) = 153+200+130=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 200 - color contains mainly: green. Hex color #99C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C882 is #66377D. Grayscale: #B2B2B2. Windows color (decimal): -6698878 or 8571033. OLE color: 8571033.

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

Color convert

RGB153200130-
CMYK0.2400.350.22
HSL100.29º38.89%64.71%-
HSV(B)100.29º35%78.43%-
XYZ37.8249.6928.72-
YUV177.97100.93110.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.68%
GREEN value IS 200 (78.52% from 255) = 41.41%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=31.68%
G=41.41%
B=26.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1532001300.2400.350.22100.2938.8964.71
Hex99C8821802316642741
Octal231310202300432614447101
Binary1001100111001000100000101100001000111011011001001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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