Html Css Color HEX #9BDC7F Gossip

📋 copy color: '#9BDC7F'

red 155 ◦ green 220 ◦ blue 127

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

Shades of Gossip #9BDC7F

Tints of Gossip #9BDC7F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 127 (50% from 255) = 25.3%

R = 30.88%
G = 43.82%
B = 25.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#9BDC7F (or 0x9BDC7F) is known color: Gossip. HEX triplet: 9B, DC and 7F. RGB value is (155,220,127). Sum of RGB (Red+Green+Blue) = 155+220+127=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC7F is #642380. Grayscale: #BEBEBE. Windows color (decimal): -6562689 or 8379547. OLE color: 8379547.

HSL color Cylindrical-coordinate representation of color #9BDC7F: hue angle of 101.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BDC7F is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 127 -
CMYK 0.30 0 0.42 0.14
HSL 101.94º 0.57% 0.68% -
HSV(B) 101.94º 0.42% 0.86% -
XYZ 42.94 59.69 29.34 -
YUV 189.96 92.47 103.06 -
System Red Green Blue C M Y K H S L
Decimal 155 220 127 0.30 0 0.42 0.14 101.94 0.57 0.68
Hex 9B DC 7F 1E 0 2A E 66 39 44
Octal 233 334 177 36 0 52 16 146 71 104
Binary 10011011 11011100 1111111 11110 0 101010 1110 1100110 111001 1000100

Color Harmonies of #9BDC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC7F

Black with #9BDC7F

Text Example


Text Example

White with #9BDC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,127); }

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

background-color css

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

 a { background-color: rgb(155,220,127); }

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

border-color css

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

 span { border-color: rgb(155,220,127); }

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