Html Css Color HEX #94C977 Gossip

📋 copy color: '#94C977'

red 148 ◦ green 201 ◦ blue 119

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

Shades of Gossip #94C977

Tints of Gossip #94C977

RGB

 RED value IS 148 (58.2% from 255) = 31.62%

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

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 31.62%
G = 42.95%
B = 25.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#94C977 (or 0x94C977) is known color: Gossip. HEX triplet: 94, C9 and 77. RGB value is (148,201,119). Sum of RGB (Red+Green+Blue) = 148+201+119=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 201 - color contains mainly: green. Hex color #94C977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C977 is #6B3688. Grayscale: #B0B0B0. Windows color (decimal): -7026313 or 7850388. OLE color: 7850388.

HSL color Cylindrical-coordinate representation of color #94C977: hue angle of 98.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94C977 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 201 119 -
CMYK 0.26 0 0.41 0.21
HSL 98.78º 0.43% 0.63% -
HSV(B) 98.78º 0.41% 0.79% -
XYZ 36.43 49.4 25.07 -
YUV 175.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 148 201 119 0.26 0 0.41 0.21 98.78 0.43 0.63
Hex 94 C9 77 1A 0 29 15 63 2B 3F
Octal 224 311 167 32 0 51 25 143 53 77
Binary 10010100 11001001 1110111 11010 0 101001 10101 1100011 101011 111111

Color Harmonies of #94C977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C977

Black with #94C977

Text Example


Text Example

White with #94C977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C977; }

 p { color: rgb(148,201,119); }

 H1.HeaderClassName
 {
   color: #94C977;
 }
 .AnyTagClassName
 {
   color: #94C977;
 }
</style>

background-color css

<style>
 a { background-color: #94C977; }

 a { background-color: rgb(148,201,119); }

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

border-color css

<style>
 span { border-color: #94C977; }

 span { border-color: rgb(148,201,119); }

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