Html Css Color HEX #9BDC75 Gossip

📋 copy color: '#9BDC75'

red 155 ◦ green 220 ◦ blue 117

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

Shades of Gossip #9BDC75

Tints of Gossip #9BDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.78%

R = 31.5%
G = 44.72%
B = 23.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9BDC75 (or 0x9BDC75) is known color: Gossip. HEX triplet: 9B, DC and 75. RGB value is (155,220,117). Sum of RGB (Red+Green+Blue) = 155+220+117=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC75 is #64238A. Grayscale: #BDBDBD. Windows color (decimal): -6562699 or 7724187. OLE color: 7724187.

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

Color convert

RGB 155 220 117 -
CMYK 0.30 0 0.47 0.14
HSL 97.86º 0.6% 0.66% -
HSV(B) 97.86º 0.47% 0.86% -
XYZ 42.32 59.44 26.07 -
YUV 188.82 87.47 103.88 -
System Red Green Blue C M Y K H S L
Decimal 155 220 117 0.30 0 0.47 0.14 97.86 0.6 0.66
Hex 9B DC 75 1E 0 2F E 62 3C 42
Octal 233 334 165 36 0 57 16 142 74 102
Binary 10011011 11011100 1110101 11110 0 101111 1110 1100010 111100 1000010

Color Harmonies of #9BDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC75

Black with #9BDC75

Text Example


Text Example

White with #9BDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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