#9BC786

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

Shades of Gossip #9BC786

Tints of Gossip #9BC786

Color information

#9BC786 (or 0x9BC786) is unknown color: approx Gossip. HEX triplet: 9B, C7 and 86. RGB value is (155,199,134). Sum of RGB (Red+Green+Blue) = 155+199+134=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC786 is #643879. Grayscale: #B2B2B2. Windows color (decimal): -6568058 or 8832923. OLE color: 8832923.

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

Color convert

RGB155199134-
CMYK0.2200.330.22
HSL100.62º36.72%65.29%-
HSV(B)100.62º32.66%78.04%-
XYZ38.2449.5430.1-
YUV178.43102.92111.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 199 (78.12% from 255) = 40.78%
BLUE value IS 134 (52.73% from 255) = 27.46%
R=31.76%
G=40.78%
B=27.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991340.2200.330.22100.6236.7265.29
Hex9BC7861602116652541
Octal233307206260412614545101
Binary1001101111000111100001101011001000011011011001011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,134); }

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

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

 a { background-color: rgb(155,199,134); }

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

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

 span { border-color: rgb(155,199,134); }

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