#9BCC83

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

Shades of Gossip #9BCC83

Tints of Gossip #9BCC83

Color information

#9BCC83 (or 0x9BCC83) is unknown color: approx Gossip. HEX triplet: 9B, CC and 83. RGB value is (155,204,131). Sum of RGB (Red+Green+Blue) = 155+204+131=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC83 is #64337C. Grayscale: #B5B5B5. Windows color (decimal): -6566781 or 8637595. OLE color: 8637595.

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

Color convert

RGB155204131-
CMYK0.2400.360.2
HSL100.27º41.71%65.69%-
HSV(B)100.27º35.78%80%-
XYZ39.2151.7929.4-
YUV181.0399.77109.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=31.63%
G=41.63%
B=26.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041310.2400.360.2100.2741.7165.69
Hex9BCC831802414642a42
Octal233314203300442414452102
Binary1001101111001100100000111100001001001010011001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,131); }

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

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

 a { background-color: rgb(155,204,131); }

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

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

 span { border-color: rgb(155,204,131); }

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