#9DC28B

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

Shades of Gossip #9DC28B

Tints of Gossip #9DC28B

Color information

#9DC28B (or 0x9DC28B) is unknown color: approx Gossip. HEX triplet: 9D, C2 and 8B. RGB value is (157,194,139). Sum of RGB (Red+Green+Blue) = 157+194+139=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC28B is #623D74. Grayscale: #B0B0B0. Windows color (decimal): -6438261 or 9159325. OLE color: 9159325.

HSL color Cylindrical-coordinate representation of color #9DC28B: hue angle of 100.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DC28B is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB157194139-
CMYK0.1900.280.24
HSL100.36º31.07%65.29%-
HSV(B)100.36º28.35%76.08%-
XYZ37.8647.6231.62-
YUV176.67106.74113.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 194 (76.17% from 255) = 39.59%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=32.04%
G=39.59%
B=28.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1571941390.1900.280.24100.3631.0765.29
Hex9DC28B1301C18641f41
Octal235302213230343014437101
Binary10011101110000101000101110011011100110001100100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,194,139); }

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

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

 a { background-color: rgb(157,194,139); }

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

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

 span { border-color: rgb(157,194,139); }

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