Html Css Color HEX #9BD976 Gossip

📋 copy color: '#9BD976'

red 155 ◦ green 217 ◦ blue 118

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

Shades of Gossip #9BD976

Tints of Gossip #9BD976

RGB

 RED value IS 155 (60.94% from 255) = 31.63%

 GREEN value IS 217 (85.16% from 255) = 44.29%

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

R = 31.63%
G = 44.29%
B = 24.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#9BD976 (or 0x9BD976) is known color: Gossip. HEX triplet: 9B, D9 and 76. RGB value is (155,217,118). Sum of RGB (Red+Green+Blue) = 155+217+118=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD976 is #642689. Grayscale: #BBBBBB. Windows color (decimal): -6563466 or 7788955. OLE color: 7788955.

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

Color convert

RGB 155 217 118 -
CMYK 0.29 0 0.46 0.15
HSL 97.58º 0.57% 0.66% -
HSV(B) 97.58º 0.46% 0.85% -
XYZ 41.6 57.9 26.12 -
YUV 187.18 88.96 105.05 -
System Red Green Blue C M Y K H S L
Decimal 155 217 118 0.29 0 0.46 0.15 97.58 0.57 0.66
Hex 9B D9 76 1D 0 2E F 62 39 42
Octal 233 331 166 35 0 56 17 142 71 102
Binary 10011011 11011001 1110110 11101 0 101110 1111 1100010 111001 1000010

Color Harmonies of #9BD976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD976

Black with #9BD976

Text Example


Text Example

White with #9BD976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,118); }

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

background-color css

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

 a { background-color: rgb(155,217,118); }

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

border-color css

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

 span { border-color: rgb(155,217,118); }

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