#94C184

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

Shades of Gossip #94C184

Tints of Gossip #94C184

Color information

#94C184 (or 0x94C184) is unknown color: approx Gossip. HEX triplet: 94, C1 and 84. RGB value is (148,193,132). Sum of RGB (Red+Green+Blue) = 148+193+132=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #94C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C184 is #6B3E7B. Grayscale: #ACACAC. Windows color (decimal): -7028348 or 8700308. OLE color: 8700308.

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

Color convert

RGB148193132-
CMYK0.2300.320.24
HSL104.26º32.97%63.73%-
HSV(B)104.26º31.61%75.69%-
XYZ35.4546.128.86-
YUV172.59105.09110.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=31.29%
G=40.80%
B=27.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481931320.2300.320.24104.2632.9763.73
Hex94C1841702018682140
Octal224301204270403015041100
Binary1001010011000001100001001011101000001100011010001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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