Html Css Color HEX #9BDE73 Gossip

📋 copy color: '#9BDE73'

red 155 ◦ green 222 ◦ blue 115

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

Shades of Gossip #9BDE73

Tints of Gossip #9BDE73

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 31.5%
G = 45.12%
B = 23.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9BDE73 (or 0x9BDE73) is known color: Gossip. HEX triplet: 9B, DE and 73. RGB value is (155,222,115). Sum of RGB (Red+Green+Blue) = 155+222+115=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDE73 is #64218C. Grayscale: #BEBEBE. Windows color (decimal): -6562189 or 7593627. OLE color: 7593627.

HSL color Cylindrical-coordinate representation of color #9BDE73: hue angle of 97.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BDE73 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 222 115 -
CMYK 0.30 0 0.48 0.13
HSL 97.57º 0.62% 0.66% -
HSV(B) 97.57º 0.48% 0.87% -
XYZ 42.73 60.45 25.64 -
YUV 189.77 85.8 103.2 -
System Red Green Blue C M Y K H S L
Decimal 155 222 115 0.30 0 0.48 0.13 97.57 0.62 0.66
Hex 9B DE 73 1E 0 30 D 62 3E 42
Octal 233 336 163 36 0 60 15 142 76 102
Binary 10011011 11011110 1110011 11110 0 110000 1101 1100010 111110 1000010

Color Harmonies of #9BDE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDE73

Black with #9BDE73

Text Example


Text Example

White with #9BDE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,222,115); }

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

background-color css

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

 a { background-color: rgb(155,222,115); }

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

border-color css

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

 span { border-color: rgb(155,222,115); }

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