Html Css Color HEX #9BD170 Gossip

📋 copy color: '#9BD170'

red 155 ◦ green 209 ◦ blue 112

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

Shades of Gossip #9BD170

Tints of Gossip #9BD170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.91%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 32.56%
G = 43.91%
B = 23.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#9BD170 (or 0x9BD170) is known color: Gossip. HEX triplet: 9B, D1 and 70. RGB value is (155,209,112). Sum of RGB (Red+Green+Blue) = 155+209+112=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD170 is #642E8F. Grayscale: #B6B6B6. Windows color (decimal): -6565520 or 7393691. OLE color: 7393691.

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

Color convert

RGB 155 209 112 -
CMYK 0.26 0 0.46 0.18
HSL 93.4º 0.51% 0.63% -
HSV(B) 93.4º 0.46% 0.82% -
XYZ 39.24 53.74 23.63 -
YUV 181.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 155 209 112 0.26 0 0.46 0.18 93.4 0.51 0.63
Hex 9B D1 70 1A 0 2E 12 5D 33 3F
Octal 233 321 160 32 0 56 22 135 63 77
Binary 10011011 11010001 1110000 11010 0 101110 10010 1011101 110011 111111

Color Harmonies of #9BD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD170

Black with #9BD170

Text Example


Text Example

White with #9BD170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,209,112); }

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

background-color css

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

 a { background-color: rgb(155,209,112); }

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

border-color css

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

 span { border-color: rgb(155,209,112); }

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