#96CC89

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

Shades of Gossip #96CC89

Tints of Gossip #96CC89

Color information

#96CC89 (or 0x96CC89) is unknown color: approx Gossip. HEX triplet: 96, CC and 89. RGB value is (150,204,137). Sum of RGB (Red+Green+Blue) = 150+204+137=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CC89 is #693376. Grayscale: #B4B4B4. Windows color (decimal): -6894455 or 9030806. OLE color: 9030806.

HSL color Cylindrical-coordinate representation of color #96CC89: hue angle of 108.36º 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 #96CC89 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB150204137-
CMYK0.2600.330.2
HSL108.36º39.64%66.86%-
HSV(B)108.36º32.84%80%-
XYZ38.6951.4831.56-
YUV180.22103.61106.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=30.55%
G=41.55%
B=27.90%

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
Decimal1502041370.2600.330.2108.3639.6466.86
Hex96CC891A021146c2843
Octal226314211320412415450103
Binary1001011011001100100010011101001000011010011011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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