#96D67C

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

Shades of Gossip #96D67C

Tints of Gossip #96D67C

Color information

#96D67C (or 0x96D67C) is unknown color: approx Gossip. HEX triplet: 96, D6 and 7C. RGB value is (150,214,124). Sum of RGB (Red+Green+Blue) = 150+214+124=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #96D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D67C is #692983. Grayscale: #B8B8B8. Windows color (decimal): -6891908 or 8181398. OLE color: 8181398.

HSL color Cylindrical-coordinate representation of color #96D67C: hue angle of 102.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96D67C is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB150214124-
CMYK0.3000.420.16
HSL102.67º52.33%66.27%-
HSV(B)102.67º42.06%83.92%-
XYZ40.2656.0327.76-
YUV184.693.8103.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.74%
GREEN value IS 214 (83.98% from 255) = 43.85%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=30.74%
G=43.85%
B=25.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502141240.3000.420.16102.6752.3366.27
Hex96D67C1E02A10673442
Octal226326174360522014764102
Binary100101101101011011111001111001010101000011001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,214,124); }

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

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

 a { background-color: rgb(150,214,124); }

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

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

 span { border-color: rgb(150,214,124); }

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