Html Css Color HEX #9CDB76 Gossip

📋 copy color: '#9CDB76'

red 156 ◦ green 219 ◦ blue 118

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

Shades of Gossip #9CDB76

Tints of Gossip #9CDB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.42%

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

R = 31.64%
G = 44.42%
B = 23.94%

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

#9CDB76 (or 0x9CDB76) is known color: Gossip. HEX triplet: 9C, DB and 76. RGB value is (156,219,118). Sum of RGB (Red+Green+Blue) = 156+219+118=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB76 is #632489. Grayscale: #BCBCBC. Windows color (decimal): -6497418 or 7789468. OLE color: 7789468.

HSL color Cylindrical-coordinate representation of color #9CDB76: hue angle of 97.43º degrees, saturation: 0.58, 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 #9CDB76 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 118 -
CMYK 0.29 0 0.46 0.14
HSL 97.43º 0.58% 0.66% -
HSV(B) 97.43º 0.46% 0.86% -
XYZ 42.31 59.04 26.31 -
YUV 188.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 156 219 118 0.29 0 0.46 0.14 97.43 0.58 0.66
Hex 9C DB 76 1D 0 2E E 61 3A 42
Octal 234 333 166 35 0 56 16 141 72 102
Binary 10011100 11011011 1110110 11101 0 101110 1110 1100001 111010 1000010

Color Harmonies of #9CDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB76

Black with #9CDB76

Text Example


Text Example

White with #9CDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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