Html Css Color HEX #9BD770 Gossip

📋 copy color: '#9BD770'

red 155 ◦ green 215 ◦ blue 112

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

Shades of Gossip #9BD770

Tints of Gossip #9BD770

RGB

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

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

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

R = 32.16%
G = 44.61%
B = 23.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#9BD770 (or 0x9BD770) is known color: Gossip. HEX triplet: 9B, D7 and 70. RGB value is (155,215,112). Sum of RGB (Red+Green+Blue) = 155+215+112=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD770 is #64288F. Grayscale: #B9B9B9. Windows color (decimal): -6563984 or 7395227. OLE color: 7395227.

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

Color convert

RGB 155 215 112 -
CMYK 0.28 0 0.48 0.16
HSL 94.95º 0.56% 0.64% -
HSV(B) 94.95º 0.48% 0.84% -
XYZ 40.74 56.74 24.13 -
YUV 185.32 86.62 106.38 -
System Red Green Blue C M Y K H S L
Decimal 155 215 112 0.28 0 0.48 0.16 94.95 0.56 0.64
Hex 9B D7 70 1C 0 30 10 5F 38 40
Octal 233 327 160 34 0 60 20 137 70 100
Binary 10011011 11010111 1110000 11100 0 110000 10000 1011111 111000 1000000

Color Harmonies of #9BD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD770

Black with #9BD770

Text Example


Text Example

White with #9BD770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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