#96CD89

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

Shades of Gossip #96CD89

Tints of Gossip #96CD89

Color information

#96CD89 (or 0x96CD89) is unknown color: approx Gossip. HEX triplet: 96, CD and 89. RGB value is (150,205,137). Sum of RGB (Red+Green+Blue) = 150+205+137=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #96CD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CD89 is #693276. Grayscale: #B5B5B5. Windows color (decimal): -6894199 or 9031062. OLE color: 9031062.

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

Color convert

RGB150205137-
CMYK0.2700.330.20
HSL108.53º40.48%67.06%-
HSV(B)108.53º33.17%80.39%-
XYZ38.9251.9531.64-
YUV180.8103.28106.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 205 (80.47% from 255) = 41.67%
BLUE value IS 137 (53.91% from 255) = 27.85%
R=30.49%
G=41.67%
B=27.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502051370.2700.330.20108.5340.4867.06
Hex96CD891B021146d2843
Octal226315211330412415550103
Binary1001011011001101100010011101101000011010011011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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