Html Css Color HEX #9BD387 Gossip

📋 copy color: '#9BD387'

red 155 ◦ green 211 ◦ blue 135

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

Shades of Gossip #9BD387

Tints of Gossip #9BD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.12%

 BLUE value IS 135 (53.13% from 255) = 26.95%

R = 30.94%
G = 42.12%
B = 26.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#9BD387 (or 0x9BD387) is known color: Gossip. HEX triplet: 9B, D3 and 87. RGB value is (155,211,135). Sum of RGB (Red+Green+Blue) = 155+211+135=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD387 is #642C78. Grayscale: #B9B9B9. Windows color (decimal): -6564985 or 8901531. OLE color: 8901531.

HSL color Cylindrical-coordinate representation of color #9BD387: hue angle of 104.21º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BD387 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 135 -
CMYK 0.27 0 0.36 0.17
HSL 104.21º 0.46% 0.68% -
HSV(B) 104.21º 0.36% 0.83% -
XYZ 41.19 55.31 31.43 -
YUV 185.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 155 211 135 0.27 0 0.36 0.17 104.21 0.46 0.68
Hex 9B D3 87 1B 0 24 11 68 2E 44
Octal 233 323 207 33 0 44 21 150 56 104
Binary 10011011 11010011 10000111 11011 0 100100 10001 1101000 101110 1000100

Color Harmonies of #9BD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD387

Black with #9BD387

Text Example


Text Example

White with #9BD387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,135); }

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

background-color css

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

 a { background-color: rgb(155,211,135); }

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

border-color css

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

 span { border-color: rgb(155,211,135); }

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