#94CC76

Color #94CC76 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #94CC76

Tints of Gossip #94CC76

Color information

#94CC76 (or 0x94CC76) is unknown color: approx Gossip. HEX triplet: 94, CC and 76. RGB value is (148,204,118). Sum of RGB (Red+Green+Blue) = 148+204+118=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC76 is #6B3389. Grayscale: #B1B1B1. Windows color (decimal): -7025546 or 7785620. OLE color: 7785620.

HSL color Cylindrical-coordinate representation of color #94CC76: hue angle of 99.07º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94CC76 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB148204118-
CMYK0.2700.420.2
HSL99.07º45.74%63.14%-
HSV(B)99.07º42.16%80%-
XYZ37.0850.7924.99-
YUV177.4594.45106.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=31.49%
G=43.40%
B=25.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041180.2700.420.299.0745.7463.14
Hex94CC761B02A14632e3f
Octal22431416633052241435677
Binary10010100110011001110110110110101010101001100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,204,118); }

 H1.HeaderClassName
 {
   color: #94CC76;
 }
 .AnyTagClassName
 {
   color: #94CC76;
 }
</style>
background-color css

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

 a { background-color: rgb(148,204,118); }

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

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

 span { border-color: rgb(148,204,118); }

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