#9BCE81

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

Shades of Gossip #9BCE81

Tints of Gossip #9BCE81

Color information

#9BCE81 (or 0x9BCE81) is unknown color: approx Gossip. HEX triplet: 9B, CE and 81. RGB value is (155,206,129). Sum of RGB (Red+Green+Blue) = 155+206+129=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 129 (50.78% from 255 or 26.33% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCE81 is #64317E. Grayscale: #B6B6B6. Windows color (decimal): -6566271 or 8507035. OLE color: 8507035.

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

Color convert

RGB155206129-
CMYK0.2500.370.19
HSL99.74º44%65.69%-
HSV(B)99.74º37.38%80.78%-
XYZ39.5552.728.86-
YUV181.9798.1108.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 206 (80.86% from 255) = 42.04%
BLUE value IS 129 (50.78% from 255) = 26.33%
R=31.63%
G=42.04%
B=26.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061290.2500.370.1999.744465.69
Hex9BCE811902513642c42
Octal233316201310452314454102
Binary1001101111001110100000011100101001011001111001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,129); }

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

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

 a { background-color: rgb(155,206,129); }

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

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

 span { border-color: rgb(155,206,129); }

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