#94C67F

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

Shades of Gossip #94C67F

Tints of Gossip #94C67F

Color information

#94C67F (or 0x94C67F) is unknown color: approx Gossip. HEX triplet: 94, C6 and 7F. RGB value is (148,198,127). Sum of RGB (Red+Green+Blue) = 148+198+127=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 198 - color contains mainly: green. Hex color #94C67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C67F is #6B3980. Grayscale: #AFAFAF. Windows color (decimal): -7027073 or 8373908. OLE color: 8373908.

HSL color Cylindrical-coordinate representation of color #94C67F: hue angle of 102.25º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94C67F is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB148198127-
CMYK0.2500.360.22
HSL102.25º38.38%63.73%-
HSV(B)102.25º35.86%77.65%-
XYZ36.2448.2227.48-
YUV174.96100.94108.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 198 (77.73% from 255) = 41.86%
BLUE value IS 127 (50% from 255) = 26.85%
R=31.29%
G=41.86%
B=26.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481981270.2500.360.22102.2538.3863.73
Hex94C67F1902416662640
Octal224306177310442614646100
Binary100101001100011011111111100101001001011011001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,198,127); }

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

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

 a { background-color: rgb(148,198,127); }

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

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

 span { border-color: rgb(148,198,127); }

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