#96CE85

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

Shades of Gossip #96CE85

Tints of Gossip #96CE85

Color information

#96CE85 (or 0x96CE85) is unknown color: approx Gossip. HEX triplet: 96, CE and 85. RGB value is (150,206,133). Sum of RGB (Red+Green+Blue) = 150+206+133=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE85 is #69317A. Grayscale: #B5B5B5. Windows color (decimal): -6893947 or 8769174. OLE color: 8769174.

HSL color Cylindrical-coordinate representation of color #96CE85: hue angle of 106.03º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CE85 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB150206133-
CMYK0.2700.350.19
HSL106.03º42.69%66.47%-
HSV(B)106.03º35.44%80.78%-
XYZ38.8852.3230.24-
YUV180.93100.95105.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=30.67%
G=42.13%
B=27.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061330.2700.350.19106.0342.6966.47
Hex96CE851B023136a2b42
Octal226316205330432315253102
Binary1001011011001110100001011101101000111001111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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