#96CC88

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

Shades of Gossip #96CC88

Tints of Gossip #96CC88

Color information

#96CC88 (or 0x96CC88) is unknown color: approx Gossip. HEX triplet: 96, CC and 88. RGB value is (150,204,136). Sum of RGB (Red+Green+Blue) = 150+204+136=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC88 is #693377. Grayscale: #B4B4B4. Windows color (decimal): -6894456 or 8965270. OLE color: 8965270.

HSL color Cylindrical-coordinate representation of color #96CC88: hue angle of 107.65º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96CC88 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB150204136-
CMYK0.2600.330.2
HSL107.65º40%66.67%-
HSV(B)107.65º33.33%80%-
XYZ38.6151.4531.19-
YUV180.1103.11106.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.61%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=30.61%
G=41.63%
B=27.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041360.2600.330.2107.654066.67
Hex96CC881A021146c2843
Octal226314210320412415450103
Binary1001011011001100100010001101001000011010011011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96CC88; }

 p { color: rgb(150,204,136); }

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

<style>
 a { background-color: #96CC88; }

 a { background-color: rgb(150,204,136); }

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

<style>
 span { border-color: #96CC88; }

 span { border-color: rgb(150,204,136); }

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