#9BD171

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

Shades of Gossip #9BD171

Tints of Gossip #9BD171

Color information

#9BD171 (or 0x9BD171) is unknown color: approx Gossip. HEX triplet: 9B, D1 and 71. RGB value is (155,209,113). Sum of RGB (Red+Green+Blue) = 155+209+113=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD171 is #642E8E. Grayscale: #B6B6B6. Windows color (decimal): -6565519 or 7459227. OLE color: 7459227.

HSL color Cylindrical-coordinate representation of color #9BD171: hue angle of 93.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BD171 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB155209113-
CMYK0.2600.460.18
HSL93.75º51.06%63.14%-
HSV(B)93.75º45.93%81.96%-
XYZ39.353.7623.93-
YUV181.9189.11108.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=32.49%
G=43.82%
B=23.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552091130.2600.460.1893.7551.0663.14
Hex9BD1711A02E125e333f
Octal23332116132056221366377
Binary10011011110100011110001110100101110100101011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BD171; }

 p { color: rgb(155,209,113); }

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

<style>
 a { background-color: #9BD171; }

 a { background-color: rgb(155,209,113); }

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

<style>
 span { border-color: #9BD171; }

 span { border-color: rgb(155,209,113); }

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