#96CE8A

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

Shades of Gossip #96CE8A

Tints of Gossip #96CE8A

Color information

#96CE8A (or 0x96CE8A) is unknown color: approx Gossip. HEX triplet: 96, CE and 8A. RGB value is (150,206,138). Sum of RGB (Red+Green+Blue) = 150+206+138=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE8A is #693175. Grayscale: #B5B5B5. Windows color (decimal): -6893942 or 9096854. OLE color: 9096854.

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

Color convert

RGB150206138-
CMYK0.2700.330.19
HSL109.41º40.96%67.45%-
HSV(B)109.41º33.01%80.78%-
XYZ39.2452.4632.1-
YUV181.5103.45105.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 206 (80.86% from 255) = 41.70%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=30.36%
G=41.70%
B=27.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061380.2700.330.19109.4140.9667.45
Hex96CE8A1B021136d2943
Octal226316212330412315551103
Binary1001011011001110100010101101101000011001111011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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