Html Css Color HEX #9DCB80 Gossip

📋 copy color: '#9DCB80'

red 157 ◦ green 203 ◦ blue 128

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

Shades of Gossip #9DCB80

Tints of Gossip #9DCB80

RGB

 RED value IS 157 (61.72% from 255) = 32.17%

 GREEN value IS 203 (79.69% from 255) = 41.6%

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 32.17%
G = 41.6%
B = 26.23%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#9DCB80 (or 0x9DCB80) is known color: Gossip. HEX triplet: 9D, CB and 80. RGB value is (157,203,128). Sum of RGB (Red+Green+Blue) = 157+203+128=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCB80 is #62347F. Grayscale: #B4B4B4. Windows color (decimal): -6435968 or 8440733. OLE color: 8440733.

HSL color Cylindrical-coordinate representation of color #9DCB80: hue angle of 96.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCB80 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 203 128 -
CMYK 0.23 0 0.37 0.20
HSL 96.8º 0.42% 0.65% -
HSV(B) 96.8º 0.37% 0.8% -
XYZ 39.16 51.44 28.29 -
YUV 180.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 157 203 128 0.23 0 0.37 0.20 96.8 0.42 0.65
Hex 9D CB 80 17 0 25 14 61 2A 41
Octal 235 313 200 27 0 45 24 141 52 101
Binary 10011101 11001011 10000000 10111 0 100101 10100 1100001 101010 1000001

Color Harmonies of #9DCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCB80

Black with #9DCB80

Text Example


Text Example

White with #9DCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,203,128); }

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

background-color css

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

 a { background-color: rgb(157,203,128); }

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

border-color css

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

 span { border-color: rgb(157,203,128); }

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