#96D869

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

Shades of Gossip #96D869

Tints of Gossip #96D869

Color information

#96D869 (or 0x96D869) is unknown color: approx Gossip. HEX triplet: 96, D8 and 69. RGB value is (150,216,105). Sum of RGB (Red+Green+Blue) = 150+216+105=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #96D869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D869 is #692796. Grayscale: #B7B7B7. Windows color (decimal): -6891415 or 6936726. OLE color: 6936726.

HSL color Cylindrical-coordinate representation of color #96D869: hue angle of 95.68º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96D869 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB150216105-
CMYK0.3100.510.15
HSL95.68º58.73%62.94%-
HSV(B)95.68º51.39%84.71%-
XYZ39.6856.6222.2-
YUV183.6183.63104.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 216 (84.77% from 255) = 45.86%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=31.85%
G=45.86%
B=22.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502161050.3100.510.1595.6858.7362.94
Hex96D8691F033F603b3f
Octal22633015137063171407377
Binary1001011011011000110100111111011001111111100000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,216,105); }

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

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

 a { background-color: rgb(150,216,105); }

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

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

 span { border-color: rgb(150,216,105); }

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