#9BC480

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

Shades of Gossip #9BC480

Tints of Gossip #9BC480

Color information

#9BC480 (or 0x9BC480) is unknown color: approx Gossip. HEX triplet: 9B, C4 and 80. RGB value is (155,196,128). Sum of RGB (Red+Green+Blue) = 155+196+128=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC480 is #643B7F. Grayscale: #B0B0B0. Windows color (decimal): -6568832 or 8438939. OLE color: 8438939.

HSL color Cylindrical-coordinate representation of color #9BC480: hue angle of 96.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BC480 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB155196128-
CMYK0.2100.350.23
HSL96.18º36.56%63.53%-
HSV(B)96.18º34.69%76.86%-
XYZ37.1548.0127.73-
YUV175.99100.92113.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=32.36%
G=40.92%
B=26.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551961280.2100.350.2396.1836.5663.53
Hex9BC4801502317602540
Octal233304200250432714045100
Binary1001101111000100100000001010101000111011111000001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,196,128); }

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

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

 a { background-color: rgb(155,196,128); }

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

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

 span { border-color: rgb(155,196,128); }

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