Html Css Color HEX #9DCF76 Gossip

📋 copy color: '#9DCF76'

red 157 ◦ green 207 ◦ blue 118

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

Shades of Gossip #9DCF76

Tints of Gossip #9DCF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 32.57%
G = 42.95%
B = 24.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#9DCF76 (or 0x9DCF76) is known color: Gossip. HEX triplet: 9D, CF and 76. RGB value is (157,207,118). Sum of RGB (Red+Green+Blue) = 157+207+118=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF76 is #623089. Grayscale: #B6B6B6. Windows color (decimal): -6434954 or 7786397. OLE color: 7786397.

HSL color Cylindrical-coordinate representation of color #9DCF76: hue angle of 93.71º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DCF76 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 207 118 -
CMYK 0.24 0 0.43 0.19
HSL 93.71º 0.48% 0.64% -
HSV(B) 93.71º 0.43% 0.81% -
XYZ 39.49 53.1 25.31 -
YUV 181.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 157 207 118 0.24 0 0.43 0.19 93.71 0.48 0.64
Hex 9D CF 76 18 0 2B 13 5E 30 40
Octal 235 317 166 30 0 53 23 136 60 100
Binary 10011101 11001111 1110110 11000 0 101011 10011 1011110 110000 1000000

Color Harmonies of #9DCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCF76

Black with #9DCF76

Text Example


Text Example

White with #9DCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,207,118); }

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

background-color css

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

 a { background-color: rgb(157,207,118); }

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

border-color css

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

 span { border-color: rgb(157,207,118); }

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