Html Css Color HEX #9BD771 Gossip

📋 copy color: '#9BD771'

red 155 ◦ green 215 ◦ blue 113

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

Shades of Gossip #9BD771

Tints of Gossip #9BD771

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 113 (44.53% from 255) = 23.4%

R = 32.09%
G = 44.51%
B = 23.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9BD771 (or 0x9BD771) is known color: Gossip. HEX triplet: 9B, D7 and 71. RGB value is (155,215,113). Sum of RGB (Red+Green+Blue) = 155+215+113=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD771 is #64288E. Grayscale: #B9B9B9. Windows color (decimal): -6563983 or 7460763. OLE color: 7460763.

HSL color Cylindrical-coordinate representation of color #9BD771: hue angle of 95.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9BD771 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 113 -
CMYK 0.28 0 0.47 0.16
HSL 95.29º 0.56% 0.64% -
HSV(B) 95.29º 0.47% 0.84% -
XYZ 40.8 56.76 24.43 -
YUV 185.43 87.12 106.29 -
System Red Green Blue C M Y K H S L
Decimal 155 215 113 0.28 0 0.47 0.16 95.29 0.56 0.64
Hex 9B D7 71 1C 0 2F 10 5F 38 40
Octal 233 327 161 34 0 57 20 137 70 100
Binary 10011011 11010111 1110001 11100 0 101111 10000 1011111 111000 1000000

Color Harmonies of #9BD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD771

Black with #9BD771

Text Example


Text Example

White with #9BD771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,113); }

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

background-color css

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

 a { background-color: rgb(155,215,113); }

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

border-color css

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

 span { border-color: rgb(155,215,113); }

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