#9BCF76

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

Shades of Gossip #9BCF76

Tints of Gossip #9BCF76

Color information

#9BCF76 (or 0x9BCF76) is unknown color: approx Gossip. HEX triplet: 9B, CF and 76. RGB value is (155,207,118). Sum of RGB (Red+Green+Blue) = 155+207+118=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF76 is #643089. Grayscale: #B5B5B5. Windows color (decimal): -6566026 or 7786395. OLE color: 7786395.

HSL color Cylindrical-coordinate representation of color #9BCF76: hue angle of 95.06º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BCF76 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB155207118-
CMYK0.2500.430.19
HSL95.06º48.11%63.73%-
HSV(B)95.06º43%81.18%-
XYZ39.152.925.29-
YUV181.3192.27109.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=32.29%
G=43.12%
B=24.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552071180.2500.430.1995.0648.1163.73
Hex9BCF761902B135f3040
Octal233317166310532313760100
Binary100110111100111111101101100101010111001110111111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,207,118); }

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

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

 a { background-color: rgb(155,207,118); }

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

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

 span { border-color: rgb(155,207,118); }

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