#9BC884

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

Shades of Gossip #9BC884

Tints of Gossip #9BC884

Color information

#9BC884 (or 0x9BC884) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 84. RGB value is (155,200,132). Sum of RGB (Red+Green+Blue) = 155+200+132=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC884 is #64377B. Grayscale: #B3B3B3. Windows color (decimal): -6567804 or 8702107. OLE color: 8702107.

HSL color Cylindrical-coordinate representation of color #9BC884: hue angle of 99.71º 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 #9BC884 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB155200132-
CMYK0.2200.340.22
HSL99.71º38.2%65.1%-
HSV(B)99.71º34%78.43%-
XYZ38.3449.9429.45-
YUV178.79101.59111.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 200 (78.52% from 255) = 41.07%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=31.83%
G=41.07%
B=27.10%

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
Decimal1552001320.2200.340.2299.7138.265.1
Hex9BC8841602216642641
Octal233310204260422614446101
Binary1001101111001000100001001011001000101011011001001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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