#9BC881

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

Shades of Gossip #9BC881

Tints of Gossip #9BC881

Color information

#9BC881 (or 0x9BC881) is unknown color: approx Gossip. HEX triplet: 9B, C8 and 81. RGB value is (155,200,129). Sum of RGB (Red+Green+Blue) = 155+200+129=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC881 is #64377E. Grayscale: #B2B2B2. Windows color (decimal): -6567807 or 8505499. OLE color: 8505499.

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

Color convert

RGB155200129-
CMYK0.2200.360.22
HSL98.03º39.23%64.51%-
HSV(B)98.03º35.5%78.43%-
XYZ38.1349.8628.38-
YUV178.45100.09111.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 129 (50.78% from 255) = 26.65%
R=32.02%
G=41.32%
B=26.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1552001290.2200.360.2298.0339.2364.51
Hex9BC8811602416622741
Octal233310201260442614247101
Binary1001101111001000100000011011001001001011011000101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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