Html Css Color HEX #9CDC76 Gossip

📋 copy color: '#9CDC76'

red 156 ◦ green 220 ◦ blue 118

#9CDC76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #9CDC76

Tints of Gossip #9CDC76

RGB

 RED value IS 156 (61.33% from 255) = 31.58%

 GREEN value IS 220 (86.33% from 255) = 44.53%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 31.58%
G = 44.53%
B = 23.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#9CDC76 (or 0x9CDC76) is known color: Gossip. HEX triplet: 9C, DC and 76. RGB value is (156,220,118). Sum of RGB (Red+Green+Blue) = 156+220+118=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC76 is #632389. Grayscale: #BDBDBD. Windows color (decimal): -6497162 or 7789724. OLE color: 7789724.

HSL color Cylindrical-coordinate representation of color #9CDC76: hue angle of 97.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CDC76 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 118 -
CMYK 0.29 0 0.46 0.14
HSL 97.65º 0.59% 0.66% -
HSV(B) 97.65º 0.46% 0.86% -
XYZ 42.57 59.56 26.39 -
YUV 189.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 156 220 118 0.29 0 0.46 0.14 97.65 0.59 0.66
Hex 9C DC 76 1D 0 2E E 62 3B 42
Octal 234 334 166 35 0 56 16 142 73 102
Binary 10011100 11011100 1110110 11101 0 101110 1110 1100010 111011 1000010

Color Harmonies of #9CDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC76

Black with #9CDC76

Text Example


Text Example

White with #9CDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,118); }

 H1.HeaderClassName
 {
   color: #9CDC76;
 }
 .AnyTagClassName
 {
   color: #9CDC76;
 }
</style>

background-color css

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

 a { background-color: rgb(156,220,118); }

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

border-color css

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

 span { border-color: rgb(156,220,118); }

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