#96D085

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

Shades of Gossip #96D085

Tints of Gossip #96D085

Color information

#96D085 (or 0x96D085) is unknown color: approx Gossip. HEX triplet: 96, D0 and 85. RGB value is (150,208,133). Sum of RGB (Red+Green+Blue) = 150+208+133=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #96D085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D085 is #692F7A. Grayscale: #B6B6B6. Windows color (decimal): -6893435 or 8769686. OLE color: 8769686.

HSL color Cylindrical-coordinate representation of color #96D085: hue angle of 106.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D085 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB150208133-
CMYK0.2800.360.18
HSL106.4º44.38%66.86%-
HSV(B)106.4º36.06%81.57%-
XYZ39.3753.2930.4-
YUV182.11100.28105.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=30.55%
G=42.36%
B=27.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502081330.2800.360.18106.444.3866.86
Hex96D0851C024126a2c43
Octal226320205340442215254103
Binary1001011011010000100001011110001001001001011010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,208,133); }

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

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

 a { background-color: rgb(150,208,133); }

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

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

 span { border-color: rgb(150,208,133); }

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