#94C185

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

Shades of Gossip #94C185

Tints of Gossip #94C185

Color information

#94C185 (or 0x94C185) is unknown color: approx Gossip. HEX triplet: 94, C1 and 85. RGB value is (148,193,133). Sum of RGB (Red+Green+Blue) = 148+193+133=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #94C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C185 is #6B3E7A. Grayscale: #ACACAC. Windows color (decimal): -7028347 or 8765844. OLE color: 8765844.

HSL color Cylindrical-coordinate representation of color #94C185: hue angle of 105º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94C185 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB148193133-
CMYK0.2300.310.24
HSL105º32.61%63.92%-
HSV(B)105º31.09%75.69%-
XYZ35.5246.1329.22-
YUV172.7105.59110.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.22%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 133 (52.34% from 255) = 28.06%
R=31.22%
G=40.72%
B=28.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931330.2300.310.2410532.6163.92
Hex94C1851701F18692140
Octal224301205270373015141100
Binary100101001100000110000101101110111111100011010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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