#9BCD82

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

Shades of Gossip #9BCD82

Tints of Gossip #9BCD82

Color information

#9BCD82 (or 0x9BCD82) is unknown color: approx Gossip. HEX triplet: 9B, CD and 82. RGB value is (155,205,130). Sum of RGB (Red+Green+Blue) = 155+205+130=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD82 is #64327D. Grayscale: #B5B5B5. Windows color (decimal): -6566526 or 8572315. OLE color: 8572315.

HSL color Cylindrical-coordinate representation of color #9BCD82: hue angle of 100º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BCD82 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB155205130-
CMYK0.2400.370.20
HSL100º42.86%65.69%-
HSV(B)100º36.59%80.39%-
XYZ39.3852.2429.13-
YUV181.598.94109.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 205 (80.47% from 255) = 41.84%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=31.63%
G=41.84%
B=26.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051300.2400.370.2010042.8665.69
Hex9BCD821802514642b42
Octal233315202300452414453102
Binary1001101111001101100000101100001001011010011001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,205,130); }

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

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

 a { background-color: rgb(155,205,130); }

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

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

 span { border-color: rgb(155,205,130); }

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