#94C485

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

Shades of Gossip #94C485

Tints of Gossip #94C485

Color information

#94C485 (or 0x94C485) is unknown color: approx Gossip. HEX triplet: 94, C4 and 85. RGB value is (148,196,133). Sum of RGB (Red+Green+Blue) = 148+196+133=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #94C485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C485 is #6B3B7A. Grayscale: #AEAEAE. Windows color (decimal): -7027579 or 8766612. OLE color: 8766612.

HSL color Cylindrical-coordinate representation of color #94C485: hue angle of 105.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94C485 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB148196133-
CMYK0.2400.320.23
HSL105.71º34.81%64.51%-
HSV(B)105.71º32.14%76.86%-
XYZ36.1947.4729.45-
YUV174.47104.6109.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=31.03%
G=41.09%
B=27.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961330.2400.320.23105.7134.8164.51
Hex94C48518020176a2341
Octal224304205300402715243101
Binary1001010011000100100001011100001000001011111010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,133); }

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

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

 a { background-color: rgb(148,196,133); }

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

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

 span { border-color: rgb(148,196,133); }

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