#94CC86

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

Shades of Gossip #94CC86

Tints of Gossip #94CC86

Color information

#94CC86 (or 0x94CC86) is unknown color: approx Gossip. HEX triplet: 94, CC and 86. RGB value is (148,204,134). Sum of RGB (Red+Green+Blue) = 148+204+134=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC86 is #6B3379. Grayscale: #B3B3B3. Windows color (decimal): -7025530 or 8834196. OLE color: 8834196.

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

Color convert

RGB148204134-
CMYK0.2700.340.2
HSL108º40.7%66.27%-
HSV(B)108º34.31%80%-
XYZ38.1151.230.43-
YUV179.28102.45105.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=30.45%
G=41.98%
B=27.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041340.2700.340.210840.766.27
Hex94CC861B022146c2942
Octal224314206330422415451102
Binary1001010011001100100001101101101000101010011011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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