Html Css Color HEX #9BC978 Gossip

📋 copy color: '#9BC978'

red 155 ◦ green 201 ◦ blue 120

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

Shades of Gossip #9BC978

Tints of Gossip #9BC978

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.23%

 BLUE value IS 120 (47.27% from 255) = 25.21%

R = 32.56%
G = 42.23%
B = 25.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#9BC978 (or 0x9BC978) is known color: Gossip. HEX triplet: 9B, C9 and 78. RGB value is (155,201,120). Sum of RGB (Red+Green+Blue) = 155+201+120=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC978 is #643687. Grayscale: #B2B2B2. Windows color (decimal): -6567560 or 7915931. OLE color: 7915931.

HSL color Cylindrical-coordinate representation of color #9BC978: hue angle of 94.07º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BC978 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 201 120 -
CMYK 0.23 0 0.40 0.21
HSL 94.07º 0.43% 0.63% -
HSV(B) 94.07º 0.4% 0.79% -
XYZ 37.79 50.1 25.45 -
YUV 178.01 95.26 111.59 -
System Red Green Blue C M Y K H S L
Decimal 155 201 120 0.23 0 0.40 0.21 94.07 0.43 0.63
Hex 9B C9 78 17 0 28 15 5E 2B 3F
Octal 233 311 170 27 0 50 25 136 53 77
Binary 10011011 11001001 1111000 10111 0 101000 10101 1011110 101011 111111

Color Harmonies of #9BC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC978

Black with #9BC978

Text Example


Text Example

White with #9BC978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,201,120); }

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

background-color css

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

 a { background-color: rgb(155,201,120); }

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

border-color css

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

 span { border-color: rgb(155,201,120); }

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