#9BC885

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

Shades of Gossip #9BC885

Tints of Gossip #9BC885

Color information

#9BC885 (or 0x9BC885) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 85. RGB value is (155,200,133). Sum of RGB (Red+Green+Blue) = 155+200+133=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC885 is #64377A. Grayscale: #B3B3B3. Windows color (decimal): -6567803 or 8767643. OLE color: 8767643.

HSL color Cylindrical-coordinate representation of color #9BC885: hue angle of 100.3º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BC885 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB155200133-
CMYK0.2200.340.22
HSL100.3º37.85%65.29%-
HSV(B)100.3º33.5%78.43%-
XYZ38.4149.9729.81-
YUV178.91102.09110.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=31.76%
G=40.98%
B=27.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001330.2200.340.22100.337.8565.29
Hex9BC8851602216642641
Octal233310205260422614446101
Binary1001101111001000100001011011001000101011011001001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,200,133); }

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

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

 a { background-color: rgb(155,200,133); }

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

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

 span { border-color: rgb(155,200,133); }

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