#9BC58C

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

Shades of Gossip #9BC58C

Tints of Gossip #9BC58C

Color information

#9BC58C (or 0x9BC58C) is unknown color: approx Gossip. HEX triplet: 9B, C5 and 8C. RGB value is (155,197,140). Sum of RGB (Red+Green+Blue) = 155+197+140=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC58C is #643A73. Grayscale: #B2B2B2. Windows color (decimal): -6568564 or 9225627. OLE color: 9225627.

HSL color Cylindrical-coordinate representation of color #9BC58C: hue angle of 104.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BC58C is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB155197140-
CMYK0.2100.290.23
HSL104.21º32.95%66.08%-
HSV(B)104.21º28.93%77.25%-
XYZ38.2248.7932.21-
YUV177.94106.59111.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=31.50%
G=40.04%
B=28.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551971400.2100.290.23104.2132.9566.08
Hex9BC58C1501D17682142
Octal233305214250352715041102
Binary100110111100010110001100101010111011011111010001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,140); }

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

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

 a { background-color: rgb(155,197,140); }

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

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

 span { border-color: rgb(155,197,140); }

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