#9BC988

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

Shades of Gossip #9BC988

Tints of Gossip #9BC988

Color information

#9BC988 (or 0x9BC988) is unknown color: approx Gossip. HEX triplet: 9B, C9 and 88. RGB value is (155,201,136). Sum of RGB (Red+Green+Blue) = 155+201+136=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC988 is #643677. Grayscale: #B4B4B4. Windows color (decimal): -6567544 or 8964507. OLE color: 8964507.

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

Color convert

RGB155201136-
CMYK0.2300.320.21
HSL102.46º37.57%66.08%-
HSV(B)102.46º32.34%78.82%-
XYZ38.8550.5231-
YUV179.84103.26110.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 136 (53.52% from 255) = 27.64%
R=31.50%
G=40.85%
B=27.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552011360.2300.320.21102.4637.5766.08
Hex9BC9881702015662642
Octal233311210270402514646102
Binary1001101111001001100010001011101000001010111001101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,201,136); }

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

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

 a { background-color: rgb(155,201,136); }

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

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

 span { border-color: rgb(155,201,136); }

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