#96CA8B

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

Shades of Gossip #96CA8B

Tints of Gossip #96CA8B

Color information

#96CA8B (or 0x96CA8B) is unknown color: approx Gossip. HEX triplet: 96, CA and 8B. RGB value is (150,202,139). Sum of RGB (Red+Green+Blue) = 150+202+139=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CA8B is #693574. Grayscale: #B3B3B3. Windows color (decimal): -6894965 or 9161366. OLE color: 9161366.

HSL color Cylindrical-coordinate representation of color #96CA8B: hue angle of 109.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CA8B is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB150202139-
CMYK0.2600.310.21
HSL109.52º37.28%66.86%-
HSV(B)109.52º31.19%79.22%-
XYZ38.3650.5932.17-
YUV179.27105.27107.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=30.55%
G=41.14%
B=28.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021390.2600.310.21109.5237.2866.86
Hex96CA8B1A01F156e2543
Octal226312213320372515645103
Binary100101101100101010001011110100111111010111011101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,139); }

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

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

 a { background-color: rgb(150,202,139); }

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

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

 span { border-color: rgb(150,202,139); }

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