Html Css Color HEX #9BD279 Gossip

📋 copy color: '#9BD279'

red 155 ◦ green 210 ◦ blue 121

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

Shades of Gossip #9BD279

Tints of Gossip #9BD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 31.89%
G = 43.21%
B = 24.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#9BD279 (or 0x9BD279) is known color: Gossip. HEX triplet: 9B, D2 and 79. RGB value is (155,210,121). Sum of RGB (Red+Green+Blue) = 155+210+121=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD279 is #642D86. Grayscale: #B7B7B7. Windows color (decimal): -6565255 or 7983771. OLE color: 7983771.

HSL color Cylindrical-coordinate representation of color #9BD279: hue angle of 97.08º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BD279 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 121 -
CMYK 0.26 0 0.42 0.18
HSL 97.08º 0.5% 0.65% -
HSV(B) 97.08º 0.42% 0.82% -
XYZ 40.02 54.44 26.49 -
YUV 183.41 92.78 107.74 -
System Red Green Blue C M Y K H S L
Decimal 155 210 121 0.26 0 0.42 0.18 97.08 0.5 0.65
Hex 9B D2 79 1A 0 2A 12 61 32 41
Octal 233 322 171 32 0 52 22 141 62 101
Binary 10011011 11010010 1111001 11010 0 101010 10010 1100001 110010 1000001

Color Harmonies of #9BD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD279

Black with #9BD279

Text Example


Text Example

White with #9BD279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,121); }

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

background-color css

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

 a { background-color: rgb(155,210,121); }

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

border-color css

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

 span { border-color: rgb(155,210,121); }

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