#9CD973

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

Shades of Gossip #9CD973

Tints of Gossip #9CD973

Color information

#9CD973 (or 0x9CD973) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 73. RGB value is (156,217,115). Sum of RGB (Red+Green+Blue) = 156+217+115=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD973 is #63268C. Grayscale: #BBBBBB. Windows color (decimal): -6497933 or 7592348. OLE color: 7592348.

HSL color Cylindrical-coordinate representation of color #9CD973: hue angle of 95.88º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CD973 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB156217115-
CMYK0.2800.470.15
HSL95.88º57.3%65.1%-
HSV(B)95.88º47%85.1%-
XYZ41.6257.9325.21-
YUV187.1387.29105.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 217 (85.16% from 255) = 44.47%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=31.97%
G=44.47%
B=23.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171150.2800.470.1595.8857.365.1
Hex9CD9731C02FF603941
Octal234331163340571714071101
Binary10011100110110011110011111000101111111111000001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,115); }

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

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

 a { background-color: rgb(156,217,115); }

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

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

 span { border-color: rgb(156,217,115); }

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