#9CD277

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

Shades of Gossip #9CD277

Tints of Gossip #9CD277

Color information

#9CD277 (or 0x9CD277) is unknown color: approx Gossip. HEX triplet: 9C, D2 and 77. RGB value is (156,210,119). Sum of RGB (Red+Green+Blue) = 156+210+119=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD277 is #632D88. Grayscale: #B7B7B7. Windows color (decimal): -6499721 or 7852700. OLE color: 7852700.

HSL color Cylindrical-coordinate representation of color #9CD277: hue angle of 95.6º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CD277 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB156210119-
CMYK0.2600.430.18
HSL95.6º50.28%64.51%-
HSV(B)95.6º43.33%82.35%-
XYZ40.0954.4925.86-
YUV183.4891.61108.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.16%
GREEN value IS 210 (82.42% from 255) = 43.30%
BLUE value IS 119 (46.88% from 255) = 24.54%
R=32.16%
G=43.30%
B=24.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101190.2600.430.1895.650.2864.51
Hex9CD2771A02B12603241
Octal234322167320532214062101
Binary100111001101001011101111101001010111001011000001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,119); }

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

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

 a { background-color: rgb(156,210,119); }

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

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

 span { border-color: rgb(156,210,119); }

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