#9BD76E

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

Shades of Gossip #9BD76E

Tints of Gossip #9BD76E

Color information

#9BD76E (or 0x9BD76E) is unknown color: approx Gossip. HEX triplet: 9B, D7 and 6E. RGB value is (155,215,110). Sum of RGB (Red+Green+Blue) = 155+215+110=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD76E is #642891. Grayscale: #B9B9B9. Windows color (decimal): -6563986 or 7264155. OLE color: 7264155.

HSL color Cylindrical-coordinate representation of color #9BD76E: hue angle of 94.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9BD76E is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB155215110-
CMYK0.2800.490.16
HSL94.29º56.76%63.73%-
HSV(B)94.29º48.84%84.31%-
XYZ40.6356.723.55-
YUV185.0985.62106.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 215 (84.38% from 255) = 44.79%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=32.29%
G=44.79%
B=22.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552151100.2800.490.1694.2956.7663.73
Hex9BD76E1C031105e3940
Octal233327156340612013671100
Binary100110111101011111011101110001100011000010111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,215,110); }

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

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

 a { background-color: rgb(155,215,110); }

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

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

 span { border-color: rgb(155,215,110); }

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