#96D489

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

Shades of Gossip #96D489

Tints of Gossip #96D489

Color information

#96D489 (or 0x96D489) is unknown color: approx Gossip. HEX triplet: 96, D4 and 89. RGB value is (150,212,137). Sum of RGB (Red+Green+Blue) = 150+212+137=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #96D489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D489 is #692B76. Grayscale: #B9B9B9. Windows color (decimal): -6892407 or 9032854. OLE color: 9032854.

HSL color Cylindrical-coordinate representation of color #96D489: hue angle of 109.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96D489 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB150212137-
CMYK0.2900.350.17
HSL109.6º46.58%68.43%-
HSV(B)109.6º35.38%83.14%-
XYZ40.6455.3832.21-
YUV184.91100.96103.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 212 (83.20% from 255) = 42.48%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=30.06%
G=42.48%
B=27.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121370.2900.350.17109.646.5868.43
Hex96D4891D023116e2f44
Octal226324211350432115657104
Binary1001011011010100100010011110101000111000111011101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,137); }

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

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

 a { background-color: rgb(150,212,137); }

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

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

 span { border-color: rgb(150,212,137); }

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