#96C285

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

Shades of Gossip #96C285

Tints of Gossip #96C285

Color information

#96C285 (or 0x96C285) is unknown color: approx Gossip. HEX triplet: 96, C2 and 85. RGB value is (150,194,133). Sum of RGB (Red+Green+Blue) = 150+194+133=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #96C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C285 is #693D7A. Grayscale: #AEAEAE. Windows color (decimal): -6897019 or 8766102. OLE color: 8766102.

HSL color Cylindrical-coordinate representation of color #96C285: hue angle of 103.28º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96C285 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB150194133-
CMYK0.2300.310.24
HSL103.28º33.33%64.12%-
HSV(B)103.28º31.44%76.08%-
XYZ36.146.7629.31-
YUV173.89104.92110.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 194 (76.17% from 255) = 40.67%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=31.45%
G=40.67%
B=27.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501941330.2300.310.24103.2833.3364.12
Hex96C2851701F18672140
Octal226302205270373014741100
Binary100101101100001010000101101110111111100011001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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